Click or drag to resize
Accord.NET (logo)

SparseReader Constructor (Stream, Encoding)

Initializes a new instance of the SparseReader class.

Namespace:  Accord.IO
Assembly:  Accord.IO (in Accord.IO.dll) Version: 3.8.0
Syntax
public SparseReader(
	Stream stream,
	Encoding encoding
)
Request Example View Source

Parameters

stream
Type: System.IOStream
The file stream to be read.
encoding
Type: System.TextEncoding
The character encoding to use.
See Also