Name | Description | |
---|---|---|
GcBinaryReader Constructor | Initializes a new instance of the GcBinaryReader class. |
The following tables list the members exposed by GcBinaryReader.
Name | Description | |
---|---|---|
GcBinaryReader Constructor | Initializes a new instance of the GcBinaryReader class. |
Name | Description | |
---|---|---|
BaseStream | (Inherited from System.IO.BinaryReader) |
Name | Description | |
---|---|---|
Close | (Inherited from System.IO.BinaryReader) | |
Dispose | (Inherited from System.IO.BinaryReader) | |
PeekChar | (Inherited from System.IO.BinaryReader) | |
Read | Overloaded. (Inherited from System.IO.BinaryReader) | |
Read7BitEncodedInt | Reads 32 int in compressed form. | |
ReadBoolean | (Inherited from System.IO.BinaryReader) | |
ReadByte | (Inherited from System.IO.BinaryReader) | |
ReadBytes | (Inherited from System.IO.BinaryReader) | |
ReadChar | (Inherited from System.IO.BinaryReader) | |
ReadChars | (Inherited from System.IO.BinaryReader) | |
ReadDecimal | (Inherited from System.IO.BinaryReader) | |
ReadDouble | (Inherited from System.IO.BinaryReader) | |
ReadEnum<T> | Reads enum value. | |
ReadInt16 | (Inherited from System.IO.BinaryReader) | |
ReadInt32 | (Inherited from System.IO.BinaryReader) | |
ReadInt64 | (Inherited from System.IO.BinaryReader) | |
ReadNullableEnum<T> | Reads nullable enum value. | |
ReadNullableInt | Reads a nullable int value. | |
ReadNullableString | Reads a string, written to the stream using the GcBinaryWriter.WriteNullableString method. | |
ReadSByte | (Inherited from System.IO.BinaryReader) | |
ReadSingle | (Inherited from System.IO.BinaryReader) | |
ReadString | (Inherited from System.IO.BinaryReader) | |
ReadUInt16 | (Inherited from System.IO.BinaryReader) | |
ReadUInt32 | (Inherited from System.IO.BinaryReader) | |
ReadUInt64 | (Inherited from System.IO.BinaryReader) |