|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GbinMeta
Represents metadata easily recovered from a GBIN file. This interface corresponds to (contains some of the same methods as) the gaia.cu1.tools.dal.gbin.GbinMetaData class.
For convenience the methods here throw no exceptions, if something goes wrong they should just return a null value.
Method Summary | |
---|---|
java.lang.String |
buildDescription(boolean showChunkBreakdown)
Returns a description of the contents of the GBIN file. |
java.lang.Integer |
getGbinVersionNumber()
Returns the GBIN version number. |
long[] |
getSolutionIdList()
Returns the unique list of solution id's present in this gbin file in ascending order. |
java.lang.Long |
getTotalElementCount()
Returns the number of objects in the GBIN file. |
Method Detail |
---|
java.lang.String buildDescription(boolean showChunkBreakdown)
showChunkBreakdown
- if true, gives details of
each individual chunk, otherwise just gives a
summary of the gbin contents
java.lang.Integer getGbinVersionNumber()
long[] getSolutionIdList()
java.lang.Long getTotalElementCount()
|
Copyright © 2004 CLRC: Central Laboratory of the Research Councils. All rights reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |