public class XORReadableIntChannel extends FilterReadableIntChannel
input| Constructor and Description |
|---|
XORReadableIntChannel(ReadableIntChannel input,
int xorPattern) |
| Modifier and Type | Method and Description |
|---|---|
int |
read()
Reads a single int from the channel, or throws EOFException if no data is
left.
|
close, isOpenclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitreadpublic XORReadableIntChannel(ReadableIntChannel input, int xorPattern)
public int read()
throws IOException
ReadableIntChannelEOFException - If no data remains in the channelIOException - If some other IO error occurs.Copyright © 2020 LSST. All rights reserved.