public static class MemoryMappedFile.ChannelTransfer extends Object
| Constructor and Description |
|---|
MemoryMappedFile.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 MemoryMappedFile.ChannelTransfer(FileChannel channel, long position, long length)
public void writeTo(FileChannel destination) throws IOException
destination - IOExceptionCopyright © 2009-2013 FuseSource, Corp.. All Rights Reserved.