FilterWriter Methods |
The FilterWriter type exposes the following members.
| Name | Description | |
|---|---|---|
| Close | ||
| Count |
Gets the number of bytes consumed since opening the filter or since the last Seek operation.
| |
| Equals | (Inherited from Object.) | |
| Flush |
Forces any data remaining in the buffer to be read from or written to input or output filter.
| |
| FlushAll |
Forces any data remaining in the filter chain to the source or destination.
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Seek |
Sets the position within the current stream.
| |
| Tell |
Reports the current read position in the stream relative to the stream origin.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| WriteBuffer |
Writes a buffer to the stream.
| |
| WriteByte |
Writes a single byte to the stream.
| |
| WriteFilter |
Write the entire input stream to the output stream (i.e. to this FilterWriter).
| |
| WriteInt(Int32) |
Writes an int to the stream.
| |
| WriteInt(Int64) |
Writes an int to the stream.
| |
| WriteLine |
Writes out a null terminated 'line' followed by a end of line character
default end of line character is carriage return.
| |
| WriteString |
Writes a string to the stream.
| |
| WriteUInt(UInt32) |
Writes a uint to the stream.
| |
| WriteUInt(UInt64) |
Writes a uint to the stream.
|