public class MultiplexingIntChannel extends Object implements ReadableIntChannel
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
isOpen() |
int |
read()
Reads a single int from the channel, or throws EOFException if no data is
left.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitreadpublic int read()
throws IOException
ReadableIntChannelread in interface ReadableIntChannelEOFException - If no data remains in the channelIOException - If some other IO error occurs.public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in interface ChannelIOExceptionCopyright © 2020 LSST. All rights reserved.