class FileConduit : Conduit, ISeekable
|
Implements a means of reading and writing a generic file. File conduit extends the generic conduit by providing file-specific methods to set the file size, seek to a specific file position, and so on. Also provided is a factory for create a memory-mapped Buffer upon a file.
See also:
Constructor of FileConduit,
Conduit
|