SparseReader Constructor |
Name | Description | |
---|---|---|
SparseReader(Stream) |
Initializes a new instance of the SparseReader class.
| |
SparseReader(StreamReader) |
Initializes a new instance of the SparseReader class.
| |
SparseReader(String) |
Initializes a new instance of the SparseReader class.
| |
SparseReader(Stream, Int32) |
Initializes a new instance of the SparseReader class.
| |
SparseReader(Stream, Encoding) |
Initializes a new instance of the SparseReader class.
| |
SparseReader(StreamReader, Int32) |
Initializes a new instance of the SparseReader class.
| |
SparseReader(String, Int32) |
Initializes a new instance of the SparseReader class.
| |
SparseReader(String, Encoding) |
Initializes a new instance of the SparseReader class.
| |
SparseReader(Stream, Encoding, Int32) |
Initializes a new instance of the SparseReader class.
| |
SparseReader(String, Encoding, Int32) |
Initializes a new instance of the SparseReader class.
|