|
UnipenReader Constructor (Stream, Boolean)
|
Namespace:
Accord.IO
Assembly:
Accord.IO (in Accord.IO.dll) Version: 3.8.0
Syntax public UnipenReader(
Stream input,
bool compressed = true
)
Public Sub New (
input As Stream,
Optional compressed As Boolean = true
)
Request Example
View SourceParameters
- input
- Type: System.IOStream
The input stream containing the UNIPEN file. - compressed (Optional)
- Type: SystemBoolean
Pass true if the stream contains a compressed (.Z) file. Default is true.
See Also