Package com.bc.ceres.binio.binx
Class BinX
- java.lang.Object
- 
- com.bc.ceres.binio.binx.BinX
 
- 
 public class BinX extends Object Utility class used to read BinX schema files. See the BinX Project.This class is not thread-safe. 
- 
- 
Constructor SummaryConstructors Constructor Description BinX()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description TypegetDefinition(String name)StringgetElementCountPostfix()StringgetParameter(String name)booleanisArrayVariableInlined()booleanisSingleDatasetStructInlined()DataFormatreadDataFormat(URI uri)DataFormatreadDataFormat(URI uri, String formatName)voidsetArrayVariableInlined(boolean arrayVariableInlined)TypesetDefinition(String name, Type value)voidsetElementCountPostfix(String elementCountPostfix)StringsetParameter(String name, String value)voidsetSingleDatasetStructInlined(boolean singleDatasetStructInlined)booleansetTypeMembersInlined(String typeName, boolean b)voidsetTypeMembersInlined(Properties properties)StringsetVarNameMapping(String sourceName, String targetName)voidsetVarNameMappings(Properties properties)
 
- 
- 
- 
Method Detail- 
setVarNameMappingspublic void setVarNameMappings(Properties properties) 
 - 
setTypeMembersInlinedpublic boolean setTypeMembersInlined(String typeName, boolean b) 
 - 
setTypeMembersInlinedpublic void setTypeMembersInlined(Properties properties) 
 - 
getElementCountPostfixpublic String getElementCountPostfix() 
 - 
setElementCountPostfixpublic void setElementCountPostfix(String elementCountPostfix) 
 - 
isSingleDatasetStructInlinedpublic boolean isSingleDatasetStructInlined() 
 - 
setSingleDatasetStructInlinedpublic void setSingleDatasetStructInlined(boolean singleDatasetStructInlined) 
 - 
isArrayVariableInlinedpublic boolean isArrayVariableInlined() 
 - 
setArrayVariableInlinedpublic void setArrayVariableInlined(boolean arrayVariableInlined) 
 - 
readDataFormatpublic DataFormat readDataFormat(URI uri) throws BinXException, IOException - Throws:
- BinXException
- IOException
 
 - 
readDataFormatpublic DataFormat readDataFormat(URI uri, String formatName) throws BinXException, IOException - Throws:
- BinXException
- IOException
 
 
- 
 
-