java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf14.TapeExtension
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic TapeExtension
create
(byte[] Data, int offset, int length) create is intended for internal use only.boolean
smf148wn()
Return true ifSMF148WN
bit insmf14tda()
is set.smf14opd()
SMF14OPD as a LocalDate.int
SMF14OPD raw value.int
smf14tda()
SMF14TDA value.long
smfdcbbl()
SMFDCBBL value.smfdssno()
SMFDSSNO value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Field Details
-
SMF148WN
public static final int SMF148WNConstant: 0x80 = 128- See Also:
-
-
Method Details
-
smfdcbbl
public long smfdcbbl()SMFDCBBL value.- Returns:
- long SMFDCBBL value
-
smfdssno
SMFDSSNO value.- Returns:
- String SMFDSSNO value
-
smf14tda
public int smf14tda()SMF14TDA value.- Returns:
- int SMF14TDA value
-
smf148wn
public boolean smf148wn()Return true ifSMF148WN
bit insmf14tda()
is set.- Returns:
- boolean SMF148WN bit is set in smf14tda()
SMF148WN = 0x80
-
smf14opd
SMF14OPD as a LocalDate.- Returns:
- LocalDate SMF14OPD Date
- See Also:
-
smf14opdRawValue
public int smf14opdRawValue()SMF14OPD raw value.- Returns:
- int SMF14OPD 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
-