Buffered File Channel
class BufferedFileChannel(channel: FileChannel, readBufferSize: Int, writeBufferSize: Int, alloc: ByteBufAllocator = ByteBufAllocator.DEFAULT) : Flushable, Closeable
Constructors
Link copied to clipboard
constructor(channel: FileChannel, readBufferSize: Int, writeBufferSize: Int, alloc: ByteBufAllocator = ByteBufAllocator.DEFAULT)