public static class MemoryMappedFile.ChannelTransfer extends Object
| Constructor and Description |
|---|
ChannelTransfer(FileChannel channel,
long position,
long length) |
| Modifier and Type | Method and Description |
|---|---|
void |
writeTo(FileChannel destination)
Writes the transfer to the destinations current file position.
|
public ChannelTransfer(FileChannel channel, long position, long length)
public void writeTo(FileChannel destination) throws IOException
destination - IOExceptionCopyright © 2009–2021 FuseSource, Corp.. All rights reserved.