Package io.deephaven.engine.util.file
-
Interface Summary Interface Description FileHandleFactory Factory interface for producingFileHandle
s.FileHandleFactory.FileToHandleFunction -
Class Summary Class Description FileHandle A representation of an open file.FileHandleAccessor Base class for accessors that wrap aFileHandle
with support for interruption and asynchronous close.FileHandleFactory.OpenOptionsHelper TrackedFileHandleFactory Simple least-recently-opened "cache" for FileHandles, to avoid running up against ulimits.TrackedSeekableByteChannel SeekableByteChannel
wrapper aroundFileHandle
with support for re-opening the handle in case it has been closed asynchronously.