Class FileBaseDefault

All Implemented Interfaces:
Closeable, AutoCloseable, ByteChannel, Channel, GatheringByteChannel, InterruptibleChannel, ReadableByteChannel, ScatteringByteChannel, SeekableByteChannel, WritableByteChannel
Direct Known Subclasses:
FileEncrypt

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