ArrayElementSerializer< T >(ref T element) | BitStream | |
BitStream() | BitStream | |
BitStream(Int32 size) | BitStream | |
BitStream(byte[] arr) | BitStream | |
BitStream(byte[] arr, int size) | BitStream | |
BytesRequired | BitStream | |
CanRead() | BitStream | |
CanRead(int bits) | BitStream | |
CanWrite() | BitStream | |
CanWrite(int bits) | BitStream | |
Capacity | BitStream | |
Condition(bool condition) | BitStream | |
CopyFromArray(Byte[] array) | BitStream | |
Data | BitStream | |
Done | BitStream | |
Expand() | BitStream | |
IsEvenBytes | BitStream | |
Overflowing | BitStream | |
Position | BitStream | |
ReadBool() | BitStream | |
ReadBoolean() | BitStream | |
ReadByte(int bits) | BitStream | |
ReadByte() | BitStream | |
ReadByteArray(int size) | BitStream | |
ReadByteArray(byte[] to) | BitStream | |
ReadByteArray(byte[] to, int count) | BitStream | |
ReadByteArray(byte[] to, int offset, int count) | BitStream | |
ReadByteArrayLengthPrefixed() | BitStream | |
ReadChar() | BitStream | |
ReadDouble() | BitStream | |
ReadFloat() | BitStream | |
ReadGuid() | BitStream | |
Reading | BitStream | |
ReadInt(int bits) | BitStream | |
ReadInt() | BitStream | |
ReadInt_Shifted(int bits, int shift) | BitStream | |
ReadLong(int bits) | BitStream | |
ReadLong() | BitStream | |
ReadSByte() | BitStream | |
ReadShort(int bits) | BitStream | |
ReadShort() | BitStream | |
ReadString(Encoding encoding) | BitStream | |
ReadString() | BitStream | |
ReadUInt(int bits) | BitStream | |
ReadUInt() | BitStream | |
ReadULong(int bits) | BitStream | |
ReadULong() | BitStream | |
ReadUShort(int bits) | BitStream | |
ReadUShort() | BitStream | |
Reset() | BitStream | |
Reset(Int32 byteSize) | BitStream | |
ResetFast(Int32 byteSize) | BitStream | |
RoundToByte() | BitStream | |
Serialize(ref String value) | BitStream | |
Serialize(ref bool value) | BitStream | |
Serialize(ref float value) | BitStream | |
Serialize(ref Double value) | BitStream | |
Serialize(ref Int64 value) | BitStream | |
Serialize(ref UInt64 value) | BitStream | |
Serialize(ref Byte value) | BitStream | |
Serialize(ref uint value) | BitStream | |
Serialize(ref uint value, int bits) | BitStream | |
Serialize(ref ulong value, int bits) | BitStream | |
Serialize(ref int value) | BitStream | |
Serialize(ref int value, int bits) | BitStream | |
Serialize(ref Int32[] value) | BitStream | |
Serialize(ref Byte[] value) | BitStream | |
Serialize(ref Byte[] array, ref Int32 length) | BitStream | |
Serialize(ref Byte[] value, Int32 fixedSize) | BitStream | |
Serialize(ref Byte[] array, ref Int32 length, Int32 fixedSize) | BitStream | |
Serialize(byte *v) | BitStream | |
Serialize(sbyte *v) | BitStream | |
Serialize(short *v) | BitStream | |
Serialize(ushort *v) | BitStream | |
Serialize(int *v) | BitStream | |
Serialize(uint *v) | BitStream | |
Serialize(long *v) | BitStream | |
Serialize(ulong *v) | BitStream | |
Serialize(uint *v, int bits) | BitStream | |
Serialize(int *v, int bits) | BitStream | |
SerializeArray< T >(ref T[] array, ArrayElementSerializer< T > serializer) | BitStream | |
SerializeArrayLength< T >(ref T[] array) | BitStream | |
SerializeBuffer(byte *buffer, int length) | BitStream | |
SerializeBuffer(sbyte *buffer, int length) | BitStream | |
SerializeBuffer(short *buffer, int length) | BitStream | |
SerializeBuffer(ushort *buffer, int length) | BitStream | |
SerializeBuffer(int *buffer, int length) | BitStream | |
SerializeBuffer(uint *buffer, int length) | BitStream | |
SerializeBuffer(long *buffer, int length) | BitStream | |
SerializeBuffer(ulong *buffer, int length) | BitStream | |
SetBuffer(byte[] arr) | BitStream | |
SetBuffer(byte[] arr, int size) | BitStream | |
Size | BitStream | |
ToArray() | BitStream | |
WriteBool(bool value) | BitStream | |
WriteBoolean(bool value) | BitStream | |
WriteByte(byte value, int bits) | BitStream | |
WriteByte(byte value) | BitStream | |
WriteByteArray(byte[] from) | BitStream | |
WriteByteArray(byte[] from, int count) | BitStream | |
WriteByteArray(byte[] from, int offset, int count) | BitStream | |
WriteByteArrayLengthPrefixed(byte[] array) | BitStream | |
WriteByteArrayLengthPrefixed(byte[] array, int maxLength) | BitStream | |
WriteByteAt(byte[] data, int ptr, int bits, byte value) | BitStream | static |
WriteChar(Char value) | BitStream | |
WriteDouble(double value) | BitStream | |
WriteFloat(float value) | BitStream | |
WriteGuid(Guid guid) | BitStream | |
WriteInt(int value, int bits) | BitStream | |
WriteInt(int value) | BitStream | |
WriteInt_Shifted(int value, int bits, int shift) | BitStream | |
WriteLong(long value, int bits) | BitStream | |
WriteLong(long value) | BitStream | |
WriteSByte(sbyte value) | BitStream | |
WriteShort(short value, int bits) | BitStream | |
WriteShort(short value) | BitStream | |
WriteString(string value, Encoding encoding) | BitStream | |
WriteString(string value) | BitStream | |
WriteUInt(uint value, int bits) | BitStream | |
WriteUInt(uint value) | BitStream | |
WriteULong(ulong value, int bits) | BitStream | |
WriteULong(ulong value) | BitStream | |
WriteUShort(ushort value, int bits) | BitStream | |
WriteUShort(ushort value) | BitStream | |
Writing | BitStream | |