Class JimfsFileChannel

All Implemented Interfaces:
Closeable, AutoCloseable, ByteChannel, Channel, GatheringByteChannel, InterruptibleChannel, ReadableByteChannel, ScatteringByteChannel, SeekableByteChannel, WritableByteChannel

final class JimfsFileChannel extends FileChannel
A FileChannel implementation that reads and writes to a RegularFile object. The read and write methods and other methods that read or change the position of the channel are locked because the ReadableByteChannel and WritableByteChannel interfaces specify that the read and write methods block when another thread is currently doing a read or write operation.