[]
The BinaryReader with some additional functionality.
public class GcBinaryReader : BinaryReader, IDisposable
Public Class GcBinaryReader
Inherits BinaryReader
Implements IDisposable
| Name | Description |
|---|---|
| GcBinaryReader(Stream, Encoding, bool) | Initializes a new instance of the GcBinaryReader class. |
| Name | Description |
|---|---|
| Read7BitEncodedInt() | Reads 32 int in compressed form. |
| ReadEnum<T>() | Reads enum value. |
| ReadNullableEnum<T>() | Reads nullable enum value. |
| ReadNullableInt() | Reads a nullable int value. |
| ReadNullableString() | Reads a string, written to the stream using the WriteNullableString(string) method. |