Space Engineers
VRage.Library.Collections.BitStream Member List

This is the complete list of members for VRage.Library.Collections.BitStream, including all inherited members.

BitLengthVRage.Library.Collections.BitStream
BitPositionVRage.Library.Collections.BitStream
BitStream(int defaultByteSize=1536)VRage.Library.Collections.BitStreaminline
ByteLengthVRage.Library.Collections.BitStream
BytePositionVRage.Library.Collections.BitStream
CheckTerminator()VRage.Library.Collections.BitStreaminline
DataPointerVRage.Library.Collections.BitStream
Dispose()VRage.Library.Collections.BitStreaminline
OwnsBufferVRage.Library.Collections.BitStream
ReadBool()VRage.Library.Collections.BitStreaminline
ReadByte(int bitCount=sizeof(byte)*8)VRage.Library.Collections.BitStreaminline
ReadBytes(byte[] bytes, int start, int count)VRage.Library.Collections.BitStreaminline
ReadChar(int bitCount=sizeof(char)*8)VRage.Library.Collections.BitStreaminline
ReadDecimal()VRage.Library.Collections.BitStreaminline
ReadDouble()VRage.Library.Collections.BitStreaminline
ReadDynamicType(Type baseType, DynamicSerializerDelegate typeResolver)VRage.Library.Collections.BitStreaminline
ReadFloat()VRage.Library.Collections.BitStreaminline
ReadHalf()VRage.Library.Collections.BitStreaminline
ReadingVRage.Library.Collections.BitStream
ReadInt16(int bitCount=sizeof(short)*8)VRage.Library.Collections.BitStreaminline
ReadInt32(int bitCount=sizeof(int)*8)VRage.Library.Collections.BitStreaminline
ReadInt32Variant()VRage.Library.Collections.BitStreaminline
ReadInt64(int bitCount=sizeof(long)*8)VRage.Library.Collections.BitStreaminline
ReadInt64Variant()VRage.Library.Collections.BitStreaminline
ReadMemory(IntPtr ptr, int bitSize)VRage.Library.Collections.BitStreaminline
ReadMemory(void *ptr, int bitSize)VRage.Library.Collections.BitStreaminline
ReadNormalizedSignedFloat(int bits)VRage.Library.Collections.BitStreaminline
ReadPrefixBytes()VRage.Library.Collections.BitStreaminline
ReadPrefixLengthString(Encoding encoding)VRage.Library.Collections.BitStreaminline
ReadPrefixLengthString(ref char[] value, Encoding encoding)VRage.Library.Collections.BitStreaminline
ReadSByte(int bitCount=sizeof(sbyte)*8)VRage.Library.Collections.BitStreaminline
ReadUInt16(int bitCount=sizeof(ushort)*8)VRage.Library.Collections.BitStreaminline
ReadUInt32(int bitCount=sizeof(uint)*8)VRage.Library.Collections.BitStreaminline
ReadUInt32Variant()VRage.Library.Collections.BitStreaminline
ReadUInt64(int bitCount=sizeof(ulong)*8)VRage.Library.Collections.BitStreaminline
ReadUInt64Variant()VRage.Library.Collections.BitStreaminline
ReleaseInternalBuffer()VRage.Library.Collections.BitStreaminline
ResetRead()VRage.Library.Collections.BitStreaminline
ResetRead(byte[] data, int bitLength)VRage.Library.Collections.BitStreaminline
ResetRead(byte[] data, int byteOffset, int bitLength, bool copy=true)VRage.Library.Collections.BitStreaminline
ResetRead(IntPtr buffer, int bitLength, bool copy)VRage.Library.Collections.BitStreaminline
ResetWrite()VRage.Library.Collections.BitStreaminline
ResetWrite(BitStream stream)VRage.Library.Collections.BitStreaminline
Serialize(ref double value)VRage.Library.Collections.BitStreaminline
Serialize(ref float value)VRage.Library.Collections.BitStreaminline
Serialize(ref decimal value)VRage.Library.Collections.BitStreaminline
Serialize(ref bool value)VRage.Library.Collections.BitStreaminline
Serialize(ref sbyte value, int bitCount=sizeof(sbyte)*8)VRage.Library.Collections.BitStreaminline
Serialize(ref short value, int bitCount=sizeof(short)*8)VRage.Library.Collections.BitStreaminline
Serialize(ref int value, int bitCount=sizeof(int)*8)VRage.Library.Collections.BitStreaminline
Serialize(ref long value, int bitCount=sizeof(long)*8)VRage.Library.Collections.BitStreaminline
Serialize(ref byte value, int bitCount=sizeof(byte)*8)VRage.Library.Collections.BitStreaminline
Serialize(ref ushort value, int bitCount=sizeof(ushort)*8)VRage.Library.Collections.BitStreaminline
Serialize(ref uint value, int bitCount=sizeof(uint)*8)VRage.Library.Collections.BitStreaminline
Serialize(ref ulong value, int bitCount=sizeof(ulong)*8)VRage.Library.Collections.BitStreaminline
Serialize(ref char value)VRage.Library.Collections.BitStreaminline
Serialize(StringBuilder value, ref char[] tmpArray, Encoding encoding)VRage.Library.Collections.BitStreaminline
SerializeBytes(ref byte[] bytes, int start, int count)VRage.Library.Collections.BitStreaminline
SerializeMemory(IntPtr ptr, int bitSize)VRage.Library.Collections.BitStreaminline
SerializeMemory(void *ptr, int bitSize)VRage.Library.Collections.BitStreaminline
SerializePrefixBytes(ref byte[] bytes)VRage.Library.Collections.BitStreaminline
SerializePrefixString(ref string str, Encoding encoding)VRage.Library.Collections.BitStreaminline
SerializePrefixStringAscii(ref string str)VRage.Library.Collections.BitStreaminline
SerializePrefixStringUtf8(ref string str)VRage.Library.Collections.BitStreaminline
SerializeVariant(ref int value)VRage.Library.Collections.BitStreaminline
SerializeVariant(ref long value)VRage.Library.Collections.BitStreaminline
SerializeVariant(ref uint value)VRage.Library.Collections.BitStreaminline
SerializeVariant(ref ulong value)VRage.Library.Collections.BitStreaminline
SetBitPositionRead(int newReadBitPosition)VRage.Library.Collections.BitStreaminline
SetBitPositionWrite(int newBitPosition)VRage.Library.Collections.BitStreaminline
Terminate()VRage.Library.Collections.BitStreaminline
WriteBitStream(BitStream readStream)VRage.Library.Collections.BitStreaminline
WriteBool(bool value)VRage.Library.Collections.BitStreaminline
WriteByte(byte value, int bitCount=sizeof(byte)*8)VRage.Library.Collections.BitStreaminline
WriteBytes(byte[] bytes, int start, int count)VRage.Library.Collections.BitStreaminline
WriteChar(char value, int bitCount=sizeof(char)*8)VRage.Library.Collections.BitStreaminline
WriteDecimal(decimal value)VRage.Library.Collections.BitStreaminline
WriteDouble(double value)VRage.Library.Collections.BitStreaminline
WriteDynamicType(Type baseType, Type obj, DynamicSerializerDelegate typeResolver)VRage.Library.Collections.BitStreaminline
WriteFloat(float value)VRage.Library.Collections.BitStreaminline
WriteHalf(float value)VRage.Library.Collections.BitStreaminline
WriteInt16(short value, int bitCount=sizeof(short)*8)VRage.Library.Collections.BitStreaminline
WriteInt32(int value, int bitCount=sizeof(int)*8)VRage.Library.Collections.BitStreaminline
WriteInt64(long value, int bitCount=sizeof(long)*8)VRage.Library.Collections.BitStreaminline
WriteMemory(IntPtr ptr, int bitSize)VRage.Library.Collections.BitStreaminline
WriteMemory(void *ptr, int bitSize)VRage.Library.Collections.BitStreaminline
WriteNormalizedSignedFloat(float value, int bits)VRage.Library.Collections.BitStreaminline
WritePrefixBytes(byte[] bytes, int start, int count)VRage.Library.Collections.BitStreaminline
WritePrefixLengthString(string str, int characterStart, int characterCount, Encoding encoding)VRage.Library.Collections.BitStreaminline
WritePrefixLengthString(char[] str, int characterStart, int characterCount, Encoding encoding)VRage.Library.Collections.BitStreaminline
WriteSByte(sbyte value, int bitCount=sizeof(sbyte)*8)VRage.Library.Collections.BitStreaminline
WriteUInt16(ushort value, int bitCount=sizeof(ushort)*8)VRage.Library.Collections.BitStreaminline
WriteUInt32(uint value, int bitCount=sizeof(uint)*8)VRage.Library.Collections.BitStreaminline
WriteUInt64(ulong value, int bitCount=sizeof(ulong)*8)VRage.Library.Collections.BitStreaminline
WriteVariant(uint value)VRage.Library.Collections.BitStreaminline
WriteVariant(ulong value)VRage.Library.Collections.BitStreaminline
WriteVariantSigned(int value)VRage.Library.Collections.BitStreaminline
WriteVariantSigned(long value)VRage.Library.Collections.BitStreaminline
WritingVRage.Library.Collections.BitStream