- Assembly
- Db4objects.Db4o-2010 .dll 
- Namespace
- Sharpen.IO 
- Interfaces
- Base Types
- 
									- Object
- StreamAdaptor
- OutputStream
 
							graph BT
	Type-->Base0["OutputStream"]
	click Base0 "/db4o-gpl-doc/output/api/Sharpen.IO/OutputStream"
	Base0-->Base1["StreamAdaptor"]
	click Base1 "/db4o-gpl-doc/output/api/Sharpen.IO/StreamAdaptor"
	Base1-->Base2["Object"]
	Type-.->Interface0["IOutputStream"]
	click Interface0 "/db4o-gpl-doc/output/api/Sharpen.IO/IOutputStream"
	Type["ByteArrayOutputStream"]
class Type type-node
						
					Syntax
public class ByteArrayOutputStream : OutputStream, IOutputStreamConstructors
| Name | Summary | 
|---|---|
| Byte | |
| Byte | 
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 | Inherited from OutputStream | 
| Size | int | |
| ToByteArray | byte[] | |
| Write | void | Inherited from OutputStream | 
| Write | void | Inherited from OutputStream | 
| Write | void | Inherited from OutputStream | 
| WriteTo | void |