Name | Description | |
---|---|---|
GcBinaryWriter Constructor | Initializes a new instance of the GcBinaryWriter class. |
The following tables list the members exposed by GcBinaryWriter.
Name | Description | |
---|---|---|
GcBinaryWriter Constructor | Initializes a new instance of the GcBinaryWriter class. |
Name | Description | |
---|---|---|
BaseStream | (Inherited from System.IO.BinaryWriter) |
Name | Description | |
---|---|---|
Close | (Inherited from System.IO.BinaryWriter) | |
Dispose | (Inherited from System.IO.BinaryWriter) | |
Flush | (Inherited from System.IO.BinaryWriter) | |
Seek | (Inherited from System.IO.BinaryWriter) | |
Write | Overloaded. (Inherited from System.IO.BinaryWriter) | |
Write7BitEncodedInt | Writes 32 int in compressed form. | |
WriteEnum<T> | Writes enum value. | |
WriteNullableEnum<T> | Writes nullable enum value. | |
WriteNullableInt | Writes nullable int. | |
WriteNullableString | Writes a length-prefixed string to this stream in the current encoding of the BinaryWriter, and advances the current position of the stream in accordance with the encoding used and the specific characters being written to the stream. -1 is used to indicate null string. |