Click or drag to resize
Accord.NET (logo)

SparseReader Constructor

Overload List
  NameDescription
Public methodSparseReader(Stream)
Initializes a new instance of the SparseReader class.
Public methodSparseReader(StreamReader)
Initializes a new instance of the SparseReader class.
Public methodSparseReader(String)
Initializes a new instance of the SparseReader class.
Public methodSparseReader(Stream, Int32)
Initializes a new instance of the SparseReader class.
Public methodSparseReader(Stream, Encoding)
Initializes a new instance of the SparseReader class.
Public methodSparseReader(StreamReader, Int32)
Initializes a new instance of the SparseReader class.
Public methodSparseReader(String, Int32)
Initializes a new instance of the SparseReader class.
Public methodSparseReader(String, Encoding)
Initializes a new instance of the SparseReader class.
Public methodSparseReader(Stream, Encoding, Int32)
Initializes a new instance of the SparseReader class.
Public methodSparseReader(String, Encoding, Int32)
Initializes a new instance of the SparseReader class.
Top
See Also