Stream manager
Last updated
Was this helpful?
Last updated
Was this helpful?
Stream manager
stream functions
- Diary of a session.
- Close an opened file.
- Checks end of file.
- Test for i/o read/write errors.
- Read string from a file without newline.
- Read string from a file, stopping after a newline, or EOF, or n characters have been read.
- Read contents of file as text.
- Write text to a file.
- Open a file in Nelson.
- Writes data to a file.
- Read data in binary form to the file specified by the file descriptor fid.
- Set position of stream to the beginning.
- Reads data from a file.
- Set the file pointer to a location.
- Returns size of an opened file.
- Returns the offset of the current byte relative to the beginning of a file.
- Write data in binary form to the file specified by the file descriptor fid.
- load data from .nh5 or .mat file into Nelson's workspace.
- save workspace variables to .nh5 or .mat file
- Read formatted data from strings.