Class FileBase

All Implemented Interfaces:
Closeable, AutoCloseable, ByteChannel, Channel, GatheringByteChannel, InterruptibleChannel, ReadableByteChannel, ScatteringByteChannel, SeekableByteChannel, WritableByteChannel
Direct Known Subclasses:
FileBaseDefault, FilePathCache.FileCache, FileRec, FileRetryOnInterrupt, FileZip

public abstract class FileBase extends FileChannel
The base class for file implementations.