protected boolean |
NioIoHandler.Default.specificClose(NioReadableFile file) |
protected long |
NioIoHandler.Default.specificCopyTo(NioReadableFile sourceSubject,
AWritableFile target) |
protected long |
NioIoHandler.Default.specificCopyTo(NioReadableFile sourceSubject,
long sourcePosition,
AWritableFile target) |
protected long |
NioIoHandler.Default.specificCopyTo(NioReadableFile sourceSubject,
long sourcePosition,
long length,
AWritableFile target) |
protected boolean |
NioIoHandler.Default.specificIsOpen(NioReadableFile file) |
protected boolean |
NioIoHandler.Default.specificOpenReading(NioReadableFile file) |
protected ByteBuffer |
NioIoHandler.Default.specificReadBytes(NioReadableFile sourceFile) |
protected long |
NioIoHandler.Default.specificReadBytes(NioReadableFile sourceFile,
one.microstream.io.BufferProvider bufferProvider) |
protected long |
NioIoHandler.Default.specificReadBytes(NioReadableFile sourceFile,
one.microstream.io.BufferProvider bufferProvider,
long position) |
protected long |
NioIoHandler.Default.specificReadBytes(NioReadableFile sourceFile,
one.microstream.io.BufferProvider bufferProvider,
long position,
long length) |
protected long |
NioIoHandler.Default.specificReadBytes(NioReadableFile sourceFile,
ByteBuffer targetBuffer) |
protected long |
NioIoHandler.Default.specificReadBytes(NioReadableFile sourceFile,
ByteBuffer targetBuffer,
long position) |
protected long |
NioIoHandler.Default.specificReadBytes(NioReadableFile sourceFile,
ByteBuffer targetBuffer,
long position,
long length) |
protected ByteBuffer |
NioIoHandler.Default.specificReadBytes(NioReadableFile sourceFile,
long position) |
protected ByteBuffer |
NioIoHandler.Default.specificReadBytes(NioReadableFile sourceFile,
long position,
long length) |