IFileOps
Description
- Derived from
- Extended by
Defines common operations of IFile objects.
Public / Methods
Cache
Returns a IFile that accesses this file through the given in-memory file cache.
Calling IFlushable.Flush on the returned IFile will write all pending changes to disk.
- IOException
-
If the file length cannot be determined.