IWriteBuffer Interface

Summary

a buffer interface with write methods.
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 IWriteBuffer

Remarks

a buffer interface with write methods.

Methods

Name Value Summary
WriteByte(byte) void
writes a single byte to the buffer.
WriteBytes(byte[]) void
writes an array of bytes to the buffer
WriteInt(int) void
writes an int to the buffer.
WriteLong(long) void
writes a long to the buffer