Click or drag to resize

FilterReader Methods

The FilterReader type exposes the following members.

Methods
  NameDescription
Public methodClose
Public methodCount
Gets the number of bytes consumed since opening the filter or since the last Seek operation.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodFlush
Forces any data remaining in the buffer to be read from or written to input or output filter.
Public methodFlushAll
Forces any data remaining in the filter chain to the source or destination.
Public methodGet
Gets the next character in the stream.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodPeek
Peeks for the next character in the stream.
Public methodRead
Public methodReadToBuffer
Reads data to the buffer.
Public methodSeek
Sets the position within the current stream.
Public methodTell
Reports the current read position in the stream relative to the stream origin.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also