A class library for opening, parsing, and saving MIDI files.

BinaryWriterEx Methods

The methods of the BinaryWriterEx class are listed below. For a complete list of BinaryWriterEx class members, see the BinaryWriterEx Members topic.

Public Instance Methods

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)Overloaded. 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.
WriteUInt16BE Writes a two-byte unsigned integer to the current stream and advances the stream position by two bytes.
WriteUInt24BE Writes a three-byte unsigned integer to the current stream and advances the stream position by three bytes.
WriteUInt32BE Writes a four-byte unsigned integer to the current stream and advances the stream position by four bytes.
WriteUInt32VLBE Writes a four-byte unsigned integer to the current stream in compressed (7-bit variable length) format and advances the stream position by the appropriate number of bytes.

Protected Instance Methods

Dispose (inherited from BinaryWriter)Releases the unmanaged resources used by the BinaryWriter and optionally releases the managed resources.
Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.
Write7BitEncodedInt (inherited from BinaryWriter)Writes a 32-bit integer in a compressed format.

Explicit Interface Implementations

IDisposable.Dispose (inherited from BinaryWriter)

See Also

BinaryWriterEx Class | EF.Tools Namespace