Enums§
- DType
- DType is an enum for describing data type of file.
Functions§
- len_
file - len_file returns the byte length of the specified file.
- read_
file - read_file reads .DXX file.
This func determines the data type from the filename extension and reads that data.
The return type is Vec
to make the data easier to handle. - write_
file - write_file writes data to .DXX file. This func determines the data type from the filename extension and writes the data to the file.