public interface FitsTableSerializerConfig
| Modifier and Type | Method and Description |
|---|---|
boolean |
allowSignedByte()
Indicates how byte values will be written.
|
boolean |
allowZeroLengthString()
Indicates whether columns with TFORMn=0A may be output.
|
byte |
getPadCharacter()
Returns the byte value with which under-length string (character array)
values should be padded.
|
StringEncoder |
getUnicodeHandler()
Returns an object which will be used to map arbitrary String values
to FITS-friendly ASCII characters for table data.
|
WideFits |
getWide()
Returns the convention for representing over-wide tables.
|
boolean allowSignedByte()
TFORM=B, TZERO=-128);
if false, they are written as signed shorts
(TFORM=I).boolean allowZeroLengthString()
WideFits getWide()
byte getPadCharacter()
StringEncoder getUnicodeHandler()