Syntax
public class ByteArrayBuffer : IReadWriteBuffer, IReadBuffer, IWriteBuffer
Constructors
Fields
Methods
Name |
Value |
Summary |
Append(byte[]) |
void |
|
CanWritePersistentBase() |
bool |
|
CheckXBytes() |
bool |
|
CheckXBytes(bool) |
void |
|
ContainsTheSame(ByteArrayBuffer) |
bool |
|
CopyTo(ByteArrayBuffer, int, int, int) |
void |
|
EnsureSize(int) |
void |
|
Eof() |
bool |
|
IncrementIntSize() |
void |
|
IncrementOffset(int) |
void |
|
Length() |
int |
|
Offset() |
int |
|
Read(ObjectContainerBase, int, int) |
void |
non-encrypted read, used for indexes
|
ReadBegin(byte) |
void |
|
ReadBitMap(int) |
BitMap4 |
|
ReadByte() |
byte |
|
ReadBytes(byte[]) |
void |
|
ReadBytes(int) |
byte[] |
|
ReadEmbeddedObject(Transaction) |
ByteArrayBuffer |
|
ReadEncrypt(ObjectContainerBase, int) |
void |
|
ReadEnd() |
void |
|
ReadInt() |
int |
|
ReadLong() |
long |
|
ReadPayloadReader(int, int) |
ByteArrayBuffer |
|
RemainingByteCount() |
int |
|
Seek(int) |
void |
|
Skip(int) |
void |
|
ToString() |
string |
|
WriteBegin(byte) |
void |
|
WriteBitMap(BitMap4) |
void |
|
WriteByte(byte) |
void |
|
WriteBytes(byte[]) |
void |
|
WriteEnd() |
void |
|
WriteIDOf(Transaction, Object) |
void |
|
WriteIDOf(Transaction, PersistentBase) |
void |
|
WriteInt(int) |
void |
|
WriteLong(long) |
void |
|
WriteShortString(Transaction, string) |
void |
|