Overload List
| Name | Description | |
|---|---|---|
| Write(BinaryWriter, Int128) |
Writes a 128-bit value to the BinaryWriter.
| |
| Write(BinaryWriter, Int128, DataSize) |
Writes a value to the BinaryWriter as a value with the specified size.
| |
| Write(BinaryWriter, Byte, DataSize) |
Writes a value to the BinaryWriter as a value with the specified size.
| |
| Write(BinaryWriter, Int16, DataSize) |
Writes a value to the BinaryWriter as a value with the specified size.
| |
| Write(BinaryWriter, Int32, DataSize) |
Writes a value to the BinaryWriter as a value with the specified size.
| |
| Write(BinaryWriter, Int64, DataSize) |
Writes a value to the BinaryWriter as a value with the specified size.
| |
| Write(BinaryWriter, SByte, DataSize) |
Writes a value to the BinaryWriter as a value with the specified size.
| |
| Write(BinaryWriter, UInt16, DataSize) |
Writes a value to the BinaryWriter as a value with the specified size.
| |
| Write(BinaryWriter, UInt32, DataSize) |
Writes a value to the BinaryWriter as a value with the specified size.
| |
| Write(BinaryWriter, UInt64, DataSize) |
Writes a value to the BinaryWriter as a value with the specified size.
|