Summary
a buffer interface with write methods.
		- Assembly
- Db4objects.Db4o-2010 .dll 
- Namespace
- Db4objects.Db4o .Marshall 
- Implementing Types
							graph BT
	Type["IWriteBuffer"]
class Type type-node
	Implementing0["StatefulBuffer"]-.->Type
	click Implementing0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal/StatefulBuffer"
	Implementing1["IWriteContext"]-.->Type
	click Implementing1 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Marshall/IWriteContext"
	Implementing2["MarshallingContext"]-.->Type
	click Implementing2 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal.Marshall/MarshallingContext"
	Implementing3["MarshallingBuffer"]-.->Type
	click Implementing3 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal/MarshallingBuffer"
	Implementing4["ByteArrayBuffer"]-.->Type
	click Implementing4 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal/ByteArrayBuffer"
	Implementing5["IReadWriteBuffer"]-.->Type
	click Implementing5 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal/IReadWriteBuffer"
	Implementing6["DefragmentContextImpl"]-.->Type
	click Implementing6 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal/DefragmentContextImpl"
						
					Syntax
public interface IWriteBufferRemarks
a buffer interface with write methods.
			Methods
| Name | Value | Summary | 
|---|---|---|
| WriteByte | void | writes a single byte to the buffer. | 
| WriteBytes | void | writes an array of bytes to the buffer | 
| WriteInt | void | writes an int to the buffer. | 
| WriteLong | void | writes a long to the buffer |