Class FileBaseDefault

All Implemented Interfaces:
Closeable, AutoCloseable, ByteChannel, Channel, GatheringByteChannel, InterruptibleChannel, ReadableByteChannel, ScatteringByteChannel, SeekableByteChannel, WritableByteChannel
Direct Known Subclasses:
FileAsync, FileEncrypt, FileMem, FileNioMapped, FileNioMem, FileSplit

public abstract class FileBaseDefault extends FileBase
Default implementation of the slow operations that need synchronization because they involve the file position.