Class Mixed1
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf78.subtype2.Mixed1
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intConstant: 0x28 = 40static final intConstant: 0x00 = 0static final intConstant: 0x14 = 20 -
Method Summary
Modifier and TypeMethodDescriptionstatic Mixed1create(com.blackhillsoftware.smf.internal.Section Data, int offset, int length) create is intended for internal use only.longvsdamax()VSDAMAX value.longvsdamin()VSDAMIN value.vsdantme()VSDANTME as a ZonedDateTime (nanosecond precision, ZoneOffset.UTC) from the STCK 4 high order bytes.VSDANTME 4 high order bytes of STCK.doublevsdatotl()VSDATOTL value.vsdaxtme()VSDAXTME as a ZonedDateTime (nanosecond precision, ZoneOffset.UTC) from the STCK 4 high order bytes.VSDAXTME 4 high order bytes of STCK.longvsdbmax()VSDBMAX value.longvsdbmin()VSDBMIN value.vsdbntme()VSDBNTME as a ZonedDateTime (nanosecond precision, ZoneOffset.UTC) from the STCK 4 high order bytes.VSDBNTME 4 high order bytes of STCK.doublevsdbtotl()VSDBTOTL value.vsdbxtme()VSDBXTME as a ZonedDateTime (nanosecond precision, ZoneOffset.UTC) from the STCK 4 high order bytes.VSDBXTME 4 high order bytes of STCK.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Field Details
-
VSDSINGL
public static final int VSDSINGLConstant: 0x00 = 0- See Also:
-
VSDSLEN
public static final int VSDSLENConstant: 0x14 = 20- See Also:
-
VSDATLEN
public static final int VSDATLENConstant: 0x28 = 40- See Also:
-
-
Method Details
-
vsdbmin
public long vsdbmin()VSDBMIN value.- Returns:
- long VSDBMIN value
-
vsdbntme
VSDBNTME as a ZonedDateTime (nanosecond precision, ZoneOffset.UTC) from the STCK 4 high order bytes.Use
vsdbntmeRawValue()for a BigInteger containing the actual 4 high order bytes of STCK.- Returns:
- ZonedDateTime VSDBNTME 4 high order bytes of STCK converted to ZonedDateTime
- See Also:
-
vsdbntmeRawValue
VSDBNTME 4 high order bytes of STCK.- Returns:
- BigInteger VSDBNTME STCK 4 high order bytes
-
vsdbmax
public long vsdbmax()VSDBMAX value.- Returns:
- long VSDBMAX value
-
vsdbxtme
VSDBXTME as a ZonedDateTime (nanosecond precision, ZoneOffset.UTC) from the STCK 4 high order bytes.Use
vsdbxtmeRawValue()for a BigInteger containing the actual 4 high order bytes of STCK.- Returns:
- ZonedDateTime VSDBXTME 4 high order bytes of STCK converted to ZonedDateTime
- See Also:
-
vsdbxtmeRawValue
VSDBXTME 4 high order bytes of STCK.- Returns:
- BigInteger VSDBXTME STCK 4 high order bytes
-
vsdbtotl
public double vsdbtotl()VSDBTOTL value.- Returns:
- double VSDBTOTL value
-
vsdamin
public long vsdamin()VSDAMIN value.- Returns:
- long VSDAMIN value
-
vsdantme
VSDANTME as a ZonedDateTime (nanosecond precision, ZoneOffset.UTC) from the STCK 4 high order bytes.Use
vsdantmeRawValue()for a BigInteger containing the actual 4 high order bytes of STCK.- Returns:
- ZonedDateTime VSDANTME 4 high order bytes of STCK converted to ZonedDateTime
- See Also:
-
vsdantmeRawValue
VSDANTME 4 high order bytes of STCK.- Returns:
- BigInteger VSDANTME STCK 4 high order bytes
-
vsdamax
public long vsdamax()VSDAMAX value.- Returns:
- long VSDAMAX value
-
vsdaxtme
VSDAXTME as a ZonedDateTime (nanosecond precision, ZoneOffset.UTC) from the STCK 4 high order bytes.Use
vsdaxtmeRawValue()for a BigInteger containing the actual 4 high order bytes of STCK.- Returns:
- ZonedDateTime VSDAXTME 4 high order bytes of STCK converted to ZonedDateTime
- See Also:
-
vsdaxtmeRawValue
VSDAXTME 4 high order bytes of STCK.- Returns:
- BigInteger VSDAXTME STCK 4 high order bytes
-
vsdatotl
public double vsdatotl()VSDATOTL value.- Returns:
- double VSDATOTL value
-
create
public static Mixed1 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
-