Package com.blackhillsoftware.smf.smf14
Class ExtendedInformationSegment
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf14.ExtendedInformationSegment
- Direct Known Subclasses:
CompressedFormatDatasetSection
,SmsClassSection
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Constant: 0x05 = 5static final int
Constant: 0x04 = 4static final int
Constant: 0x09 = 9static final int
Constant: 0x07 = 7static final int
Constant: 0x06 = 6static final int
Constant: 0x08 = 8static final int
Constant: 0x02 = 2static final int
Constant: 0x03 = 3static final int
Constant: 0x01 = 1 -
Method Summary
Modifier and TypeMethodDescriptionstatic ExtendedInformationSegment
create
(byte[] Data, int offset, int length) create is intended for internal use only.boolean
smf14adc()
Return true ifsmf14sty()
equalsSMF14ADC
.boolean
smf14av4()
Return true ifsmf14sty()
equalsSMF14AV4
.boolean
Return true ifsmf14sty()
equalsSMF14DENCR
.int
smf14esl()
SMF14ESL value.boolean
Return true ifsmf14sty()
equalsSMF14KEKL
.boolean
Return true ifsmf14sty()
equalsSMF14PDSE
.boolean
Return true ifsmf14sty()
equalsSMF14RAS8
.boolean
smf14sms()
Return true ifsmf14sty()
equalsSMF14SMS
.boolean
smf14stp()
Return true ifsmf14sty()
equalsSMF14STP
.int
smf14sty()
SMF14STY value.boolean
smf14xds()
Return true ifsmf14sty()
equalsSMF14XDS
.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Field Details
-
SMF14XDS
public static final int SMF14XDSConstant: 0x01 = 1- See Also:
-
SMF14SMS
public static final int SMF14SMSConstant: 0x02 = 2- See Also:
-
SMF14STP
public static final int SMF14STPConstant: 0x03 = 3- See Also:
-
SMF14AV4
public static final int SMF14AV4Constant: 0x04 = 4- See Also:
-
SMF14ADC
public static final int SMF14ADCConstant: 0x05 = 5- See Also:
-
SMF14PDSE
public static final int SMF14PDSEConstant: 0x06 = 6- See Also:
-
SMF14KEKL
public static final int SMF14KEKLConstant: 0x07 = 7- See Also:
-
SMF14RAS8
public static final int SMF14RAS8Constant: 0x08 = 8- See Also:
-
SMF14DENCR
public static final int SMF14DENCRConstant: 0x09 = 9- See Also:
-
-
Method Details
-
smf14esl
public int smf14esl()SMF14ESL value.- Returns:
- int SMF14ESL value
-
smf14sty
public int smf14sty()SMF14STY value.- Returns:
- int SMF14STY value
-
smf14xds
public boolean smf14xds()Return true ifsmf14sty()
equalsSMF14XDS
.- Returns:
- boolean
smf14sty()
equals SMF14XDSSMF14XDS = 0x01
-
smf14sms
public boolean smf14sms()Return true ifsmf14sty()
equalsSMF14SMS
.- Returns:
- boolean
smf14sty()
equals SMF14SMSSMF14SMS = 0x02
-
smf14stp
public boolean smf14stp()Return true ifsmf14sty()
equalsSMF14STP
.- Returns:
- boolean
smf14sty()
equals SMF14STPSMF14STP = 0x03
-
smf14av4
public boolean smf14av4()Return true ifsmf14sty()
equalsSMF14AV4
.- Returns:
- boolean
smf14sty()
equals SMF14AV4SMF14AV4 = 0x04
-
smf14adc
public boolean smf14adc()Return true ifsmf14sty()
equalsSMF14ADC
.- Returns:
- boolean
smf14sty()
equals SMF14ADCSMF14ADC = 0x05
-
smf14pdse
public boolean smf14pdse()Return true ifsmf14sty()
equalsSMF14PDSE
.- Returns:
- boolean
smf14sty()
equals SMF14PDSESMF14PDSE = 0x06
-
smf14kekl
public boolean smf14kekl()Return true ifsmf14sty()
equalsSMF14KEKL
.- Returns:
- boolean
smf14sty()
equals SMF14KEKLSMF14KEKL = 0x07
-
smf14ras8
public boolean smf14ras8()Return true ifsmf14sty()
equalsSMF14RAS8
.- Returns:
- boolean
smf14sty()
equals SMF14RAS8SMF14RAS8 = 0x08
-
smf14dencr
public boolean smf14dencr()Return true ifsmf14sty()
equalsSMF14DENCR
.- Returns:
- boolean
smf14sty()
equals SMF14DENCRSMF14DENCR = 0x09
-
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
-