public abstract static class FitsTableWriter.PrimaryType
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| static FitsTableWriter.PrimaryType | BASICBasic Primary HDU, containing minimal headers and no data part. | 
| static FitsTableWriter.PrimaryType | NONENo Primary HDU is written. | 
| Modifier | Constructor and Description | 
|---|---|
| protected  | PrimaryType(java.lang.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. | 
| java.lang.String | toString() | 
| abstract void | writeTables(FitsTableWriter writer,
           TableSequence tseq,
           java.io.OutputStream out)Writes a sequence of tables to an output stream. | 
public static final FitsTableWriter.PrimaryType BASIC
public static final FitsTableWriter.PrimaryType NONE
public abstract boolean allowSignedByte()
public abstract void writeTables(FitsTableWriter writer, TableSequence tseq, java.io.OutputStream out) throws java.io.IOException
writer - fits writer instancetseq - sequence of tablesout - destination streamjava.io.IOExceptionpublic java.lang.String toString()
toString in class java.lang.Object