- Assembly
- Db4objects.Db4o-2010 .dll 
- Namespace
- Sharpen.IO 
- Interfaces
- Base Types
- 
									- Object
- StreamAdaptor
 
- Derived Types
							graph BT
	Type-->Base0["StreamAdaptor"]
	click Base0 "/db4o-gpl-doc/output/api/Sharpen.IO/StreamAdaptor"
	Base0-->Base1["Object"]
	Type-.->Interface0["IOutputStream"]
	click Interface0 "/db4o-gpl-doc/output/api/Sharpen.IO/IOutputStream"
	Type["OutputStream"]
class Type type-node
	Derived0["ByteArrayOutputStream"]-->Type
	click Derived0 "/db4o-gpl-doc/output/api/Sharpen.IO/ByteArrayOutputStream"
	Derived1["FileOutputStream"]-->Type
	click Derived1 "/db4o-gpl-doc/output/api/Sharpen.IO/FileOutputStream"
						
					Syntax
public class OutputStream : StreamAdaptor, IOutputStreamConstructors
| Name | Summary | 
|---|---|
| OutputStream | 
Fields
| Name | Constant Value | Summary | 
|---|---|---|
| _stream | Inherited from StreamAdaptor | 
Properties
| Name | Value | Summary | 
|---|---|---|
| UnderlyingStream | Stream | Inherited from StreamAdaptor | 
Methods
| Name | Value | Summary | 
|---|---|---|
| Close | void | Inherited from StreamAdaptor | 
| Flush | void | |
| Write | void | |
| Write | void | |
| Write | void |