![]() |
BaseReader Class |
Namespace: EdiFabric.Framework.Readers
The BaseReader type exposes the following members.
Name | Description | |
---|---|---|
![]() | BytesRead |
The number of bytes read since the reader was instantiated.
|
![]() | EndOfStream |
Indicates whether the current stream position is at the end of the stream.
|
![]() | Item |
The last item that was read.
|
![]() | Separators |
EDI separators.
|
Name | Description | |
---|---|---|
![]() | Dispose |
Disposes the reader.
|
![]() | Read |
Reads an item from the stream.
|
![]() | ReadAsync |
Reads an item from the stream asynchronously.
|
![]() | ReadToEnd |
Reads the stream to the end.
|
![]() | ReadToEndAsync |
Reads the stream to the end asynchronously.
|