public class DemultiplexingIntChannel extends Object implements WritableIntChannel
| Constructor and Description |
|---|
DemultiplexingIntChannel(WritableIntChannel... destinations) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
isOpen() |
void |
write(int i) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitwritepublic DemultiplexingIntChannel(WritableIntChannel... destinations)
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in interface ChannelIOExceptionpublic void write(int i)
throws IOException
write in interface WritableIntChannelIOExceptionCopyright © 2023 LSST. All rights reserved.