public class WritableGridFileChannel extends Object implements WritableByteChannel
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flush() |
boolean |
isOpen() |
int |
write(ByteBuffer src) |
public int write(ByteBuffer src) throws IOException
write in interface WritableByteChannelIOExceptionpublic void flush()
throws IOException
IOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in interface ChannelIOExceptionCopyright © 2017 JBoss, a division of Red Hat. All rights reserved.