public class FitsWriteChannel extends Object implements WritableIntChannel
| Constructor and Description |
|---|
FitsWriteChannel(org.lsst.ccs.utilities.image.FitsFileWriter writer,
int 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,
int 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 © 2019 LSST. All rights reserved.