The IStreamReader<(Of <(<'T>)>)> type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
![]() | MoveNext | Advances the enumerator to the next element of the collection. (Inherited from IEnumerator.) |
![]() | Read(Int32) |
Reads one item from the stream and advances the position within the
stream stride many times.
|
![]() | Read(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.
|
![]() | Reset | Sets the enumerator to its initial position, which is before the first element in the collection. (Inherited from IEnumerator.) |
Extension Methods
Name | Description | |
---|---|---|
![]() | Read<(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.) |