Alvas.Audio Class Library

RawWriter Methods

The methods of the RawWriter class are listed below. For a complete list of RawWriter class members, see the RawWriter 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. GetHashCode is 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 one-byte Boolean value to the current stream, with 0 representing false and 1 representing true.
WriteDataOverloaded. Writes an audio byte array to the underlying stream.

See Also

RawWriter Class | Alvas.Audio Namespace