Class CfStructureDataSection
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf74.subtype4.CfStructureDataSection
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intConstant: 0x80 = 128static final intConstant: 0x80 = 128static final intConstant: 0x04 = 4static final intConstant: 0x08 = 8static final intConstant: 0x01 = 1static final intConstant: 0x40 = 64static final intConstant: 0x20 = 32static final intConstant: 0x02 = 2static final intConstant: 0x10 = 16 -
Method Summary
Modifier and TypeMethodDescriptionstatic CfStructureDataSectioncreate(com.blackhillsoftware.smf.internal.Section Data, int offset, int length) create is intended for internal use only.booleanr744qaad()Return true ifR744QAADbit inr744qfl1()is set.booleanr744qact()Return true ifR744QACTbit inr744qflg()is set.booleanr744qdpt()Return true ifR744QDPTbit inr744qflg()is set.intr744qfl1()R744QFL1 value.intr744qflg()R744QFLG value.booleanr744qhol()Return true ifR744QHOLbit inr744qflg()is set.booleanr744qrbd()Return true ifR744QRBDbit inr744qflg()is set.booleanr744qrbn()Return true ifR744QRBNbit inr744qflg()is set.booleanr744qrbo()Return true ifR744QRBObit inr744qflg()is set.booleanr744qrbp()Return true ifR744QRBPbit inr744qflg()is set.longr744qsiz()R744QSIZ value.r744qstr()R744QSTR value.booleanr744qtra()Return true ifR744QTRAbit inr744qflg()is set.r744qver()R744QVER STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).R744QVER STCK value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Field Details
-
R744QACT
public static final int R744QACTConstant: 0x80 = 128- See Also:
-
R744QRBN
public static final int R744QRBNConstant: 0x40 = 64- See Also:
-
R744QRBO
public static final int R744QRBOConstant: 0x20 = 32- See Also:
-
R744QTRA
public static final int R744QTRAConstant: 0x10 = 16- See Also:
-
R744QHOL
public static final int R744QHOLConstant: 0x08 = 8- See Also:
-
R744QDPT
public static final int R744QDPTConstant: 0x04 = 4- See Also:
-
R744QRBP
public static final int R744QRBPConstant: 0x02 = 2- See Also:
-
R744QRBD
public static final int R744QRBDConstant: 0x01 = 1- See Also:
-
R744QAAD
public static final int R744QAADConstant: 0x80 = 128- See Also:
-
-
Method Details
-
r744qstr
R744QSTR value.- Returns:
- String R744QSTR value
-
r744qsiz
public long r744qsiz()R744QSIZ value.- Returns:
- long R744QSIZ value
-
r744qver
R744QVER STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).Use
r744qverRawValue()for a BigInteger containing the complete STCK value.- Returns:
- DateTime R744QVER STCK converted to ZonedDateTime
- See Also:
-
r744qverRawValue
R744QVER STCK value.- Returns:
- BigInteger R744QVER STCK value
-
r744qflg
public int r744qflg()R744QFLG value.- Returns:
- int R744QFLG value
-
r744qact
public boolean r744qact()Return true ifR744QACTbit inr744qflg()is set.- Returns:
- boolean R744QACT bit is set in r744qflg()
R744QACT = 0x80
-
r744qrbn
public boolean r744qrbn()Return true ifR744QRBNbit inr744qflg()is set.- Returns:
- boolean R744QRBN bit is set in r744qflg()
R744QRBN = 0x40
-
r744qrbo
public boolean r744qrbo()Return true ifR744QRBObit inr744qflg()is set.- Returns:
- boolean R744QRBO bit is set in r744qflg()
R744QRBO = 0x20
-
r744qtra
public boolean r744qtra()Return true ifR744QTRAbit inr744qflg()is set.- Returns:
- boolean R744QTRA bit is set in r744qflg()
R744QTRA = 0x10
-
r744qhol
public boolean r744qhol()Return true ifR744QHOLbit inr744qflg()is set.- Returns:
- boolean R744QHOL bit is set in r744qflg()
R744QHOL = 0x08
-
r744qdpt
public boolean r744qdpt()Return true ifR744QDPTbit inr744qflg()is set.- Returns:
- boolean R744QDPT bit is set in r744qflg()
R744QDPT = 0x04
-
r744qrbp
public boolean r744qrbp()Return true ifR744QRBPbit inr744qflg()is set.- Returns:
- boolean R744QRBP bit is set in r744qflg()
R744QRBP = 0x02
-
r744qrbd
public boolean r744qrbd()Return true ifR744QRBDbit inr744qflg()is set.- Returns:
- boolean R744QRBD bit is set in r744qflg()
R744QRBD = 0x01
-
r744qfl1
public int r744qfl1()R744QFL1 value.- Returns:
- int R744QFL1 value
-
r744qaad
public boolean r744qaad()Return true ifR744QAADbit inr744qfl1()is set.- Returns:
- boolean R744QAAD bit is set in r744qfl1()
R744QAAD = 0x80
-
create
public static CfStructureDataSection create(com.blackhillsoftware.smf.internal.Section Data, int offset, int length) 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
-