Package io.deephaven.engine.util.file
package io.deephaven.engine.util.file
-
ClassDescriptionA representation of an open file.Base class for accessors that wrap a
FileHandle
with support for interruption and asynchronous close.Factory interface for producingFileHandle
s.Simple least-recently-opened "cache" for FileHandles, to avoid running up against ulimits.SeekableByteChannel
wrapper aroundFileHandle
with support for re-opening the handle in case it has been closed asynchronously.