MatlabStream Properties

Properties

CanAccessByName Gets whether objects in the data file can be accessed by name.
(Overrides CompositeDataStream<TObject>.CanAccessByName)
CanRead Gets whether the file can be read from.
(Overrides DataStream.CanRead)
CanWrite Gets whether the file can be written to.
(Overrides DataStream.CanWrite)
Converter Gets an object that converts between data objects and vectors, matrices, and data frames.
(Inherited from DataStream<TObject>)
Description Gets a description for the file.
IsLittleEndian Gets whether the file is in little-endian format,
Version Gets the version of the Matlab file.

See Also