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
- IOException
Copyright © 2009–2016 FuseSource, Corp.. All rights reserved.