File I/O Interface Library
(Redirected from File I/O Library)
Jump to navigation
Jump to search
A File I/O Interface Library is an interface library for file I/O operations.
- See: Software Library, File System.
References
- https://github.com/torch/torch7/blob/master/README.md
- … File I/O Interface Library.
- File is an abstract interface for common file operations.
- Disk File defines operations on files stored on disk.
- Memory File defines operations on stored in RAM.
- Pipe File defines operations for using piped commands.
- High-Level File operations defines higher-level serialization functions.
- … File I/O Interface Library.