public class IntBufferWriter extends Object implements WritableIntChannel
| Constructor and Description |
|---|
IntBufferWriter(IntBuffer output) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
IntBuffer |
getIntBuffer() |
boolean |
isOpen() |
void |
write(int i) |
void |
write(IntBuffer buffer) |
public IntBufferWriter(IntBuffer output)
output - public IntBuffer getIntBuffer()
public void write(int i)
throws IOException
write in interface WritableIntChannelIOExceptionpublic void write(IntBuffer buffer) throws IOException
write in interface WritableIntChannelIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in interface ChannelIOExceptionCopyright © 2021 LSST. All rights reserved.