Package com.blackhillsoftware.dcollect
Class BaseConfiguration.SystemFeatures
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.dcollect.BaseConfiguration.SystemFeatures
- Enclosing class:
 BaseConfiguration
Base Configuration System Features information
- 
Field Summary
Fields - 
Method Summary
Modifier and TypeMethodDescriptioncreate(byte[] Data, int offset, int length) create is intended for internal use only.booleandbcasms()Return true ifDBCASMSbit is set.booleandbccdmp()Return true ifDBCCDMPbit is set.booleandbcpdse()Return true ifDBCPDSEbit is set.booleandbcsesc()Return true ifDBCSESCbit is set. 
- 
Field Details
- 
DBCASMS
public static final int DBCASMSConstant: 0x8000 = 32768- See Also:
 
 - 
DBCPDSE
public static final int DBCPDSEConstant: 0x4000 = 16384- See Also:
 
 - 
DBCCDMP
public static final int DBCCDMPConstant: 0x2000 = 8192- See Also:
 
 - 
DBCSESC
public static final int DBCSESCConstant: 0x1000 = 4096- See Also:
 
 
 - 
 - 
Method Details
- 
dbcasms
public boolean dbcasms()Return true ifDBCASMSbit is set.- Returns:
 - boolean DBCASMS bit is set
 
 - 
dbcpdse
public boolean dbcpdse()Return true ifDBCPDSEbit is set.- Returns:
 - boolean DBCPDSE bit is set
 
 - 
dbccdmp
public boolean dbccdmp()Return true ifDBCCDMPbit is set.- Returns:
 - boolean DBCCDMP bit is set
 
 - 
dbcsesc
public boolean dbcsesc()Return true ifDBCSESCbit is set.- Returns:
 - boolean DBCSESC bit is set
 
 - 
create
create is intended for internal use only. Instances of this section are created by the parent record or section.- Parameters:
 Data- Array of bytes containing data for this sectionoffset- Offset of this section in the datalength- length of the section
 
 -