uk.ac.starlink.table.formats
Class StreamStarTable.Metadata
java.lang.Object
|
+--uk.ac.starlink.table.formats.StreamStarTable.Metadata
- Enclosing class:
- StreamStarTable
- protected static class StreamStarTable.Metadata
- extends Object
Helper class used to group quantities which describe what the
data types found in the columns of a table are.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
colInfos_
public final ColumnInfo[] colInfos_
decoders_
public final StreamStarTable.Decoder[] decoders_
nrow_
public final long nrow_
ncol_
public final int ncol_
StreamStarTable.Metadata
public StreamStarTable.Metadata(ColumnInfo[] colInfos,
StreamStarTable.Decoder[] decoders,
long nrow)