public class NullIntWriter extends Object implements WritableIntChannel
| Constructor and Description |
|---|
NullIntWriter() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
isOpen() |
void |
write(int i) |
void |
write(IntBuffer buffer) |
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.