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
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(byte[] Data, int offset, int length) create is intended for internal use only.boolean
dbcasms()
Return true ifDBCASMS
bit is set.boolean
dbccdmp()
Return true ifDBCCDMP
bit is set.boolean
dbcpdse()
Return true ifDBCPDSE
bit is set.boolean
dbcsesc()
Return true ifDBCSESC
bit 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 ifDBCASMS
bit is set.- Returns:
- boolean DBCASMS bit is set
-
dbcpdse
public boolean dbcpdse()Return true ifDBCPDSE
bit is set.- Returns:
- boolean DBCPDSE bit is set
-
dbccdmp
public boolean dbccdmp()Return true ifDBCCDMP
bit is set.- Returns:
- boolean DBCCDMP bit is set
-
dbcsesc
public boolean dbcsesc()Return true ifDBCSESC
bit 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
-