Space Engineers
VRage.Library.Collections.BitReader Member List

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

BitPositionVRage.Library.Collections.BitReader
BitReader(IntPtr data, int bitLength)VRage.Library.Collections.BitReaderinline
m_bitLengthVRage.Library.Collections.BitReader
m_bufferVRage.Library.Collections.BitReader
ReadBool()VRage.Library.Collections.BitReaderinline
ReadByte(int bitCount=sizeof(byte)*8)VRage.Library.Collections.BitReaderinline
ReadBytes(byte[] bytes, int start, int count)VRage.Library.Collections.BitReaderinline
ReadChar(int bitCount=sizeof(char)*8)VRage.Library.Collections.BitReaderinline
ReadDecimal()VRage.Library.Collections.BitReaderinline
ReadDouble()VRage.Library.Collections.BitReaderinline
ReadFloat()VRage.Library.Collections.BitReaderinline
ReadInt16(int bitCount=sizeof(short)*8)VRage.Library.Collections.BitReaderinline
ReadInt32(int bitCount=sizeof(int)*8)VRage.Library.Collections.BitReaderinline
ReadInt32Variant()VRage.Library.Collections.BitReaderinline
ReadInt64(int bitCount=sizeof(long)*8)VRage.Library.Collections.BitReaderinline
ReadInt64Variant()VRage.Library.Collections.BitReaderinline
ReadInternal(int bitSize)VRage.Library.Collections.BitReaderinline
ReadMemory(IntPtr ptr, int bitSize)VRage.Library.Collections.BitReaderinline
ReadMemory(void *ptr, int bitSize)VRage.Library.Collections.BitReaderinline
ReadPrefixLengthString(Encoding encoding)VRage.Library.Collections.BitReaderinline
ReadSByte(int bitCount=sizeof(sbyte)*8)VRage.Library.Collections.BitReaderinline
ReadUInt16(int bitCount=sizeof(ushort)*8)VRage.Library.Collections.BitReaderinline
ReadUInt32(int bitCount=sizeof(uint)*8)VRage.Library.Collections.BitReaderinline
ReadUInt32Variant()VRage.Library.Collections.BitReaderinline
ReadUInt64(int bitCount=sizeof(ulong)*8)VRage.Library.Collections.BitReaderinline
ReadUInt64Variant()VRage.Library.Collections.BitReaderinline
Reset(IntPtr data, int bitLength)VRage.Library.Collections.BitReaderinline