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 |
---|---|
String |
buildDescription(boolean showChunkBreakdown)
Returns a description of the contents of the GBIN file.
|
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.
|
Long |
getTotalElementCount()
Returns the number of objects in the GBIN file.
|
String buildDescription(boolean showChunkBreakdown)
showChunkBreakdown
- if true, gives details of
each individual chunk, otherwise just gives a
summary of the gbin contentsInteger getGbinVersionNumber()
long[] getSolutionIdList()
Long getTotalElementCount()
Copyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.