public class FitsWriteChannel extends Object implements WritableIntChannel
| Constructor and Description |
|---|
FitsWriteChannel(org.lsst.ccs.utilities.image.FitsFileWriter writer,
String segment) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
isOpen() |
void |
write(int i) |
void |
write(IntBuffer buffer) |
public FitsWriteChannel(org.lsst.ccs.utilities.image.FitsFileWriter writer,
String segment)
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 © 2020 LSST. All rights reserved.