public abstract static class FitsTableWriter.PrimaryType extends Object
| Modifier and Type | Field and Description |
|---|---|
static FitsTableWriter.PrimaryType |
BASIC
Basic Primary HDU, containing minimal headers and no data part.
|
static FitsTableWriter.PrimaryType |
NONE
No Primary HDU is written.
|
| Modifier | Constructor and Description |
|---|---|
protected |
PrimaryType(String name)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
allowSignedByte()
Indicates whether signed byte values will be permitted
in files with this PHDU type.
|
String |
toString() |
abstract void |
writeTables(FitsTableWriter writer,
TableSequence tseq,
OutputStream out)
Writes a sequence of tables to an output stream.
|
public static final FitsTableWriter.PrimaryType BASIC
public static final FitsTableWriter.PrimaryType NONE
protected PrimaryType(String name)
public abstract boolean allowSignedByte()
public abstract void writeTables(FitsTableWriter writer, TableSequence tseq, OutputStream out) throws IOException
writer - fits writer instancetseq - sequence of tablesout - destination streamIOExceptionCopyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.