ReadStream
ReadStream
Static Methods
int ConvertUIntToNegativeOneInt(uint value)
Vector2 Vector2FromBytes(byte[] buffer, int offset = 0)
Vector3 Vector3FromBytes(byte[] buffer, int offset = 0)
Quaternion QuaternionFromBytes(byte[] buffer, int offset = 0)
Color ColorFromBytes(byte[] buffer, int offset = 0)
float BytesToFloat(byte[] buffer, Int32& offset)
Fields
public uint recursionLevelLimit
Methods
void DeserializeModel(IStreamReader model, StreamContext context)
bool ReadNextPropertyID(UInt32& propertyID)
bool ReadNextPropertyID(UInt32& propertyID, WireType& wireType)
void ReadNull()
bool ReadBool()
byte ReadByte()
sbyte ReadSByte()
ushort ReadUShort()
short ReadShort()
uint ReadUInt()
int ReadInt()
ulong ReadULong()
long ReadLong()
uint ReadVarint32()
ulong ReadVarint64()
float ReadFloat()
double ReadDouble()
byte[] ReadBytes()
int ReadBytes(byte[] buffer, int offset, int maxLength)
string ReadString()
void ReadModel(IStreamReader value, StreamContext context, bool didForceWriteFullModel = false)
ReadBuffer ReadModelAsReadBuffer()
uint ReadCollectionTypeID()
void ReadCollection(IStreamReader value, StreamContext context, bool didForceWriteFullModel = false)
void SkipProperty()
void StartLengthDelimitedStruct()
byte[] ReadStructBytes()
void ReadStructBytes(Byte[]& buffer)
bool ReadStructBool()
byte ReadStructByte()
sbyte ReadStructSByte()
short ReadStructShort()
ushort ReadStructUShort()
int ReadStructInt()
uint ReadStructUInt()
long ReadStructLong()
ulong ReadStructULong()
float ReadStructFloat()
double ReadStructDouble()
string ReadStructString()
void FinishLengthDelimitedStruct()