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 WritableByteChannel
IOException
public void flush() throws IOException
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in interface Channel
IOException
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.