public class Compress18BitChannel extends FilterReadableIntChannel
input| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
read()
Reads a single int from the channel, or throws EOFException if no data is
left.
|
isOpenclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitreadpublic int read()
throws IOException
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 Channelclose in class FilterReadableIntChannelIOExceptionCopyright © 2021 LSST. All rights reserved.