Package com.bc.ceres.binio.binx
Class BinX
java.lang.Object
com.bc.ceres.binio.binx.BinX
Utility class used to read BinX schema files.
See the BinX Project.
This class is not thread-safe.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDefinition
(String name) getParameter
(String name) boolean
boolean
readDataFormat
(URI uri) readDataFormat
(URI uri, String formatName) void
setArrayVariableInlined
(boolean arrayVariableInlined) setDefinition
(String name, Type value) void
setElementCountPostfix
(String elementCountPostfix) setParameter
(String name, String value) void
setSingleDatasetStructInlined
(boolean singleDatasetStructInlined) boolean
setTypeMembersInlined
(String typeName, boolean b) void
setTypeMembersInlined
(Properties properties) setVarNameMapping
(String sourceName, String targetName) void
setVarNameMappings
(Properties properties)
-
Constructor Details
-
BinX
public BinX()
-
-
Method Details
-
getParameter
-
setParameter
-
getDefinition
-
setDefinition
-
setVarNameMapping
-
setVarNameMappings
-
setTypeMembersInlined
-
setTypeMembersInlined
-
getElementCountPostfix
-
setElementCountPostfix
-
isSingleDatasetStructInlined
public boolean isSingleDatasetStructInlined() -
setSingleDatasetStructInlined
public void setSingleDatasetStructInlined(boolean singleDatasetStructInlined) -
isArrayVariableInlined
public boolean isArrayVariableInlined() -
setArrayVariableInlined
public void setArrayVariableInlined(boolean arrayVariableInlined) -
readDataFormat
- Throws:
BinXException
IOException
-
readDataFormat
- Throws:
BinXException
IOException
-