public final class TapeExtension extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
SMF148WN
Constant: 0x80 = 128
|
Modifier and Type | Method and Description |
---|---|
static TapeExtension |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
boolean |
smf148wn()
Return true if
SMF148WN bit in smf14tda() is set. |
LocalDate |
smf14opd()
SMF14OPD as a LocalDate.
|
int |
smf14opdRawValue()
SMF14OPD raw value.
|
int |
smf14tda()
SMF14TDA value.
|
long |
smfdcbbl()
SMFDCBBL value.
|
String |
smfdssno()
SMFDSSNO value.
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int SMF148WN
public long smfdcbbl()
public String smfdssno()
public int smf14tda()
public boolean smf148wn()
SMF148WN
bit in smf14tda()
is set.SMF148WN = 0x80
public LocalDate smf14opd()
LocalDate
public int smf14opdRawValue()
public static TapeExtension create(byte[] Data, int offset, int length)
Data
- Array of bytes containing data for this sectionoffset
- Offset of this section in the datalength
- length of the sectionCopyright © 2020 Black Hill Software Pty Ltd. All rights reserved.