Overload List

  NameDescription
Public methodStatic memberWrite(BinaryWriter, Int128)
Writes a 128-bit value to the BinaryWriter.
Public methodStatic memberWrite(BinaryWriter, Int128, DataSize)
Writes a value to the BinaryWriter as a value with the specified size.
Public methodStatic memberWrite(BinaryWriter, Byte, DataSize)
Writes a value to the BinaryWriter as a value with the specified size.
Public methodStatic memberWrite(BinaryWriter, Int16, DataSize)
Writes a value to the BinaryWriter as a value with the specified size.
Public methodStatic memberWrite(BinaryWriter, Int32, DataSize)
Writes a value to the BinaryWriter as a value with the specified size.
Public methodStatic memberWrite(BinaryWriter, Int64, DataSize)
Writes a value to the BinaryWriter as a value with the specified size.
Public methodStatic memberWrite(BinaryWriter, SByte, DataSize)
Writes a value to the BinaryWriter as a value with the specified size.
Public methodStatic memberWrite(BinaryWriter, UInt16, DataSize)
Writes a value to the BinaryWriter as a value with the specified size.
Public methodStatic memberWrite(BinaryWriter, UInt32, DataSize)
Writes a value to the BinaryWriter as a value with the specified size.
Public methodStatic memberWrite(BinaryWriter, UInt64, DataSize)
Writes a value to the BinaryWriter as a value with the specified size.

See Also