public interface GbinMeta
For convenience the methods here throw no exceptions, if something goes wrong they should just return a null value.
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
java.lang.String buildDescription(boolean showChunkBreakdown)
showChunkBreakdown - if true, gives details of
         each individual chunk, otherwise just gives a
         summary of the gbin contentsjava.lang.Integer getGbinVersionNumber()
long[] getSolutionIdList()
java.lang.Long getTotalElementCount()