Close (inherited from BinaryWriter) | Closes the current BinaryWriter and the
underlying stream. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
Flush (inherited from BinaryWriter) | Clears all buffers for the current writer and causes any buffered data to be
written to the underlying device. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable
for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
Seek (inherited from BinaryWriter) |
Sets the position within the current stream.
|
ToString (inherited from Object) | Returns a String that represents the current Object. |
Write (inherited from BinaryWriter) | 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. |
Write (inherited from BinaryWriter) | Writes a four-byte floating-point value to the current stream and advances
the stream position by four bytes. |
Write (inherited from BinaryWriter) | Writes an eight-byte unsigned integer to the current stream and advances the
stream position by eight bytes. |
Write (inherited from BinaryWriter) | Writes an eight-byte signed integer to the current stream and advances the
stream position by eight bytes. |
Write (inherited from BinaryWriter) | Writes a four-byte unsigned integer to the current stream and advances the
stream position by four bytes. |
Write (inherited from BinaryWriter) | Writes a four-byte signed integer to the current stream and advances the
stream position by four bytes. |
Write (inherited from BinaryWriter) | Writes a two-byte unsigned integer to the current stream and advances the
stream position by two bytes. |
Write (inherited from BinaryWriter) | Writes a two-byte signed integer to the current stream and advances the
stream position by two bytes. |
Write (inherited from BinaryWriter) | Writes a decimal value to the current stream and advances
the stream position by eight bytes. |
Write (inherited from BinaryWriter) | Writes an eight-byte floating-point value to the current stream and advances
the stream position by eight bytes. |
Write (inherited from BinaryWriter) | Writes a section of a character array to the current
stream, and advances the current position of the stream in accordance with the
Encoding
used and perhaps the specific characters being written to the stream. |
Write (inherited from BinaryWriter) | Writes a character array to the current stream and
advances the current position of the stream in accordance with the
Encoding
used and
the specific characters being written to the stream. |
Write (inherited from BinaryWriter) | Writes a Unicode character to the current stream and
advances the current position of the stream in accordance with the
Encoding
used and the specific characters being
written to the stream. |
Write (inherited from BinaryWriter) | Writes a region of a byte array to the current stream. |
Write (inherited from BinaryWriter) | Writes a byte array to the underlying stream. |
Write (inherited from BinaryWriter) | Writes a signed byte to the current stream and advances the stream position
by one byte. |
Write (inherited from BinaryWriter) | Writes an unsigned byte to the current stream and advances the stream position by one
byte. |
Write (inherited from BinaryWriter) | Writes a one-byte Boolean value to the current stream, with zero representing
false and one representing true. |
WriteIntBE |
Reads a 2-byte signed integer using the big-endian layout from the current stream and advances the current position of the stream by two bytes.
|