Initializes a new instance of the System.IO.BinaryWriter class based on the specified stream and using UTF-8 encoding.
The output stream.
Determines whether the specified object is equal to the current object.
The object to compare with the current object.
true if the specified object is equal to the current object; otherwise, false.
Clears all buffers for the current writer and causes any buffered data to be written to the underlying device.
Serves as the default hash function.
A hash code for the current object.
Sets the position within the current stream.
A byte offset relative to origin.
A field of System.IO.SeekOrigin indicating the reference point from which the new position is to be obtained.
The position with the current stream.
Returns a string that represents the current object.
A string that represents the current object.
Writes a byte array to the underlying stream.
A byte array containing the data to write.
StaticEqualsDetermines whether the specified object instances are considered equal.
The first object to compare.
The second object to compare.
true if the objects are considered equal; otherwise, false. If both objA and objB are null, the method returns true.
Writes primitive types in binary to a stream and supports writing strings in a specific encoding.