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.) |
Properties
Name | Description | |
---|---|---|
Current | Gets the element in the collection at the current position of the enumerator. (Inherited from IEnumerator<(Of <(<'T>)>)>.) | |
Current | Gets the current element in the collection. (Inherited from IEnumerator.) | |
Eos |
Gets whether or not the end of the stream is reached.
(Inherited from IStreamer.) | |
Length |
Gets the length of the stream this streamer reads from or writes to.
(Inherited from IStreamer.) | |
Position |
Gets or sets the position of the reader or writer.
(Inherited from IStreamer.) |