public final class CompressedFormatDatasetSection extends ExtendedInformationSegment
ExtendedInformationSegment.ExtendedInformationSegmentType
Modifier and Type | Field and Description |
---|---|
static int |
SMF14CMPTYPEGEN
Constant: 0x01 = 1
|
static int |
SMF14CMPTYPENA
Constant: 0x00 = 0
|
static int |
SMF14CMPTYPETLRD
Constant: 0x02 = 2
|
static int |
SMF14CMPTYPEZEDC
Constant: 0x03 = 3
|
static int |
SMF14CRJ
Constant: 0x40 = 64
|
static int |
SMF14LBD
Constant: 0x80 = 128
|
static int |
SMF14T36
Constant: 0x24 = 36
|
static int |
SMF14ZEDCNAC
Constant: 0x20 = 32
|
static int |
SMF14ZEDCNAD
Constant: 0x10 = 16
|
SMF14ADC, SMF14AV4, SMF14DENCR, SMF14KEKL, SMF14PDSE, SMF14RAS8, SMF14SMS, SMF14STP, SMF14XDS
Modifier and Type | Method and Description |
---|---|
static CompressedFormatDatasetSection |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
long |
smf14cdl()
SMF14CDL value, throws exception if SMF14CDL overflows 64 bit signed integer.
|
BigInteger |
smf14cdlAsBigInteger()
SMF14CDL value as a BigInteger.
|
long |
smf14cds()
SMF14CDS value, throws exception if SMF14CDS overflows 64 bit signed integer.
|
BigInteger |
smf14cdsAsBigInteger()
SMF14CDS value as a BigInteger.
|
long |
smf14cis()
SMF14CIS value.
|
int |
smf14cmptype()
SMF14CMPTYPE value.
|
boolean |
smf14cmptypegen()
Return true if
smf14cmptype() equals SMF14CMPTYPEGEN . |
boolean |
smf14cmptypena()
Return true if
smf14cmptype() equals SMF14CMPTYPENA . |
boolean |
smf14cmptypetlrd()
Return true if
smf14cmptype() equals SMF14CMPTYPETLRD . |
boolean |
smf14cmptypezedc()
Return true if
smf14cmptype() equals SMF14CMPTYPEZEDC . |
boolean |
smf14crj()
Return true if
SMF14CRJ bit in smf14xf1() is set. |
boolean |
smf14lbd()
Return true if
SMF14LBD bit in smf14xf1() is set. |
int |
smf14tkl()
SMF14TKL value.
|
byte[] |
smf14tkn()
SMF14TKN data.
|
long |
smf14udl()
SMF14UDL value, throws exception if SMF14UDL overflows 64 bit signed integer.
|
BigInteger |
smf14udlAsBigInteger()
SMF14UDL value as a BigInteger.
|
long |
smf14uds()
SMF14UDS value, throws exception if SMF14UDS overflows 64 bit signed integer.
|
BigInteger |
smf14udsAsBigInteger()
SMF14UDS value as a BigInteger.
|
int |
smf14xf1()
SMF14XF1 value.
|
int |
smf14xf2()
SMF14XF2 value.
|
boolean |
smf14zedcnac()
Return true if
SMF14ZEDCNAC bit in smf14xf1() is set. |
boolean |
smf14zedcnad()
Return true if
SMF14ZEDCNAD bit in smf14xf1() is set. |
smf14adc, smf14av4, smf14dencr, smf14esl, smf14kekl, smf14pdse, smf14ras8, smf14sms, smf14stp, smf14sty, smf14xds
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int SMF14LBD
public static final int SMF14CRJ
public static final int SMF14ZEDCNAC
public static final int SMF14ZEDCNAD
public static final int SMF14T36
public static final int SMF14CMPTYPENA
public static final int SMF14CMPTYPEGEN
public static final int SMF14CMPTYPETLRD
public static final int SMF14CMPTYPEZEDC
public int smf14xf1()
public boolean smf14lbd()
SMF14LBD
bit in smf14xf1()
is set.SMF14LBD = 0x80
public boolean smf14crj()
SMF14CRJ
bit in smf14xf1()
is set.SMF14CRJ = 0x40
public boolean smf14zedcnac()
SMF14ZEDCNAC
bit in smf14xf1()
is set.SMF14ZEDCNAC = 0x20
public boolean smf14zedcnad()
SMF14ZEDCNAD
bit in smf14xf1()
is set.SMF14ZEDCNAD = 0x10
public int smf14xf2()
public long smf14cdl()
IllegalArgumentException
- If the value of SMF14CDL exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in SMF14CDL).
Use smf14cdlAsBigInteger()
if this is possible.public BigInteger smf14cdlAsBigInteger()
smf14cdl()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long smf14udl()
IllegalArgumentException
- If the value of SMF14UDL exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in SMF14UDL).
Use smf14udlAsBigInteger()
if this is possible.public BigInteger smf14udlAsBigInteger()
smf14udl()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long smf14cds()
IllegalArgumentException
- If the value of SMF14CDS exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in SMF14CDS).
Use smf14cdsAsBigInteger()
if this is possible.public BigInteger smf14cdsAsBigInteger()
smf14cds()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long smf14uds()
IllegalArgumentException
- If the value of SMF14UDS exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in SMF14UDS).
Use smf14udsAsBigInteger()
if this is possible.public BigInteger smf14udsAsBigInteger()
smf14uds()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long smf14cis()
public int smf14tkl()
public byte[] smf14tkn()
public int smf14cmptype()
public boolean smf14cmptypena()
smf14cmptype()
equals SMF14CMPTYPENA
.smf14cmptype()
equals SMF14CMPTYPENA
SMF14CMPTYPENA = 0x00
public boolean smf14cmptypegen()
smf14cmptype()
equals SMF14CMPTYPEGEN
.smf14cmptype()
equals SMF14CMPTYPEGEN
SMF14CMPTYPEGEN = 0x01
public boolean smf14cmptypetlrd()
smf14cmptype()
equals SMF14CMPTYPETLRD
.smf14cmptype()
equals SMF14CMPTYPETLRD
SMF14CMPTYPETLRD = 0x02
public boolean smf14cmptypezedc()
smf14cmptype()
equals SMF14CMPTYPEZEDC
.smf14cmptype()
equals SMF14CMPTYPEZEDC
SMF14CMPTYPEZEDC = 0x03
public static CompressedFormatDatasetSection 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.