The IStreamReader<(Of <(<'T>)>)> type exposes the following members.

Methods

  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodMoveNext
Advances the enumerator to the next element of the collection.
(Inherited from IEnumerator.)
Public methodRead(Int32)
Reads one item from the stream and advances the position within the stream stride many times.
Public methodRead(array<T>[]()[][], Int32, Int32, Int32)
Reads a sequence of items from the current stream and advances the position within the stream by the number of items read. Use the stride parameter to control advancing of the position after one item has been read.
Public methodReset
Sets the enumerator to its initial position, which is before the first element in the collection.
(Inherited from IEnumerator.)

Extension Methods

  NameDescription
Public Extension MethodRead<(Of <<'(T>)>>)
Reads a sequence of items from the current stream and advances the position within the stream by the number of items read. Use the stride parameter to control advancing of the position after one item has been read.
(Defined by StreamReaderExtensions.)

See Also