BinaryWriter

Description

The BinaryWriter class implements an object that enables the user to write data in the binary format.

Constructors

  Constructor name Brief description
The Create constructor creates an object that enables the user to write data in the binary format.

Class object properties inherited from IBinaryWriter

  Property name Brief description
The Stream property returns the stream for working with a binary file as a bytes sequence.

Class object methods inherited from IBinaryWriter

  Method name Brief description
The Flush method flushes all buffers of the current recording program and calls immediate saving of all buffered data to hard drive.
The WriteBoolean method writes a logical value into a binary file.
The WriteChar method writes characters into a binary file.
The WriteDateTime method writes variables of the DateTime type into a binary file.
The WriteDouble method writes a real number into a binary file.
The WriteInteger method writes an integer number into a binary file.
The WriteListBegin method writes an indicator of a page start into a binary file.
The WriteListEnd method writes an indicator of a page end into a binary file.
The WriteString method writes a character string into a binary file.

See also:

IO Assembly Classes