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.


Field Summary
 ColumnInfo[] colInfos_
           
 StreamStarTable.Decoder[] decoders_
           
 int ncol_
           
 long nrow_
           
 
Constructor Summary
StreamStarTable.Metadata(ColumnInfo[] colInfos, StreamStarTable.Decoder[] decoders, long nrow)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

colInfos_

public final ColumnInfo[] colInfos_

decoders_

public final StreamStarTable.Decoder[] decoders_

nrow_

public final long nrow_

ncol_

public final int ncol_
Constructor Detail

StreamStarTable.Metadata

public StreamStarTable.Metadata(ColumnInfo[] colInfos,
                                StreamStarTable.Decoder[] decoders,
                                long nrow)

Copyright © 2004 CLRC: Central Laboratory of the Research Councils. All rights reserved.