The BinaryWriterExtensions type exposes the following members.

Methods

  NameDescription
Public methodStatic memberAlign
Outputs as many bytes as necessary to align the output to the specified boundary.
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.
Public methodStatic memberWriteEncodedString(BinaryWriter, String, Encoding)
Writes the specified string encoded as bytes with no terminating byte.
Public methodStatic memberWriteEncodedString(BinaryWriter, String, Encoding, Byte)
Writes a string and the specified terminating byte.

See Also