java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.db2.section.Qwar
-
Method Summary
Modifier and TypeMethodDescriptionstatic Qwar
create
(byte[] Data, int offset, int length, SmfDb2Record parent) create is intended for internal use only.qwarace()
QWARACE value.qwarbsc()
QWARBSC STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).QWARBSC STCK value.qwaresc()
QWARESC STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).QWARESC STCK value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Method Details
-
qwarace
QWARACE value.- Returns:
- BigInteger QWARACE value
-
qwarbsc
QWARBSC STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).Use
qwarbscRawValue()
for a BigInteger containing the complete STCK value.- Returns:
- DateTime QWARBSC STCK converted to ZonedDateTime
- See Also:
-
qwarbscRawValue
QWARBSC STCK value.- Returns:
- BigInteger QWARBSC STCK value
-
qwaresc
QWARESC STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).Use
qwarescRawValue()
for a BigInteger containing the complete STCK value.- Returns:
- DateTime QWARESC STCK converted to ZonedDateTime
- See Also:
-
qwarescRawValue
QWARESC STCK value.- Returns:
- BigInteger QWARESC STCK value
-
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
-