|
IdxReader Constructor (Byte, Boolean)
|
Namespace:
Accord.IO
Assembly:
Accord.IO (in Accord.IO.dll) Version: 3.8.0
Syntax public IdxReader(
byte[] file,
bool compressed = true
)
Public Sub New (
file As Byte(),
Optional compressed As Boolean = true
)
Request Example
View SourceParameters
- file
- Type: SystemByte
The byte array representing the contents of the IDX file. - compressed (Optional)
- Type: SystemBoolean
Pass true if the stream contains
a compressed (.gz) file. Default is true.
See Also