public abstract class BinaryCatalog extends BinaryTable<Star>
IIFK10F would be
interpreted as a single data block consisting of two integers (each 4 bytes),
followed by a float (4 bytes), then reading should skip over 10 bytes before
continuing reading a single float. The resulting data array consists of 4
numbers.| Modifier and Type | Class and Description |
|---|---|
static class |
BinaryCatalog.Ucac4
Read the ucac 4 distribution files.
|
static class |
BinaryCatalog.Ucac4Test
Read the ucac 4 distribution files.
|
BinaryTable.BinaryDataKEY_BIGENDIAN, KEY_DATALINEKEY_LISTSEPARATOR, KEY_MAPKEYVALUECHAR, KEY_MAPSEPARATORCONFIG, KEY_CLASS| Modifier | Constructor and Description |
|---|---|
protected |
BinaryCatalog(Map<String,String> info)
Constructs a new ascii-catalog, no defaults.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract Star |
parseBlock(Number[] block,
int index) |
getBlockBytes, getColumnCount, getDefaultBigEndian, getDefaultLittleEndian, getDefaultProperties, getInputStream, hugeFile, init, parseFileaugment, augment, augment, augment, augment, clone, defaultBoolean, defaultChar, defaultDouble, defaultFloat, defaultInt, defaultLong, defaultObject, defaultObject, defaultProperties, defaultProperty, getAsBoolean, getAsChar, getAsDouble, getAsEnums, getAsFloat, getAsInt, getAsList, getAsLong, getAsMap, getAsMap, getAsObject, getAsObject, getProperties, getProperty, has, initProperties, isNew, parseObject, parseObject, reload, reload, removeProperty, requires, rescanned, setObject, setProperties, setProperty, stringProperties, toStringprotected abstract Star parseBlock(Number[] block, int index)
parseBlock in class BinaryTable<Star>