Package com.blackhillsoftware.smf.smf6
Class NonImpactPrintingSection
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf6.NonImpactPrintingSection
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic NonImpactPrintingSectioncreate(byte[] Data, int offset, int length) create is intended for internal use only.intsmf6bid()SMF6BID value.booleansmf6bts()smf6chr()SMF6CHR value.smf6cps()SMF6CPS value.booleansmf6csp()intsmf6flc()SMF6FLC value.smf6fli()SMF6FLI value.intsmf6ln2()SMF6LN2 value.smf6mid()SMF6MID value.booleansmf6opj()Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Field Details
-
SMF6BTS
public static final int SMF6BTSConstant: 0x80 = 128- See Also:
-
SMF6OPJ
public static final int SMF6OPJConstant: 0x40 = 64- See Also:
-
SMF6CSP
public static final int SMF6CSPConstant: 0x20 = 32- See Also:
-
-
Method Details
-
smf6ln2
public int smf6ln2()SMF6LN2 value.- Returns:
- int SMF6LN2 value
-
smf6cps
SMF6CPS value.- Returns:
- String SMF6CPS value
-
smf6chr
SMF6CHR value.- Returns:
- String SMF6CHR value
-
smf6mid
SMF6MID value.- Returns:
- String SMF6MID value
-
smf6fli
SMF6FLI value.- Returns:
- String SMF6FLI value
-
smf6flc
public int smf6flc()SMF6FLC value.- Returns:
- int SMF6FLC value
-
smf6bid
public int smf6bid()SMF6BID value.- Returns:
- int SMF6BID value
-
smf6bts
public boolean smf6bts()- Returns:
- boolean SMF6BTS bit is set in smf6bid()
SMF6BTS = 0x80
-
smf6opj
public boolean smf6opj()- Returns:
- boolean SMF6OPJ bit is set in smf6bid()
SMF6OPJ = 0x40
-
smf6csp
public boolean smf6csp()- Returns:
- boolean SMF6CSP bit is set in smf6bid()
SMF6CSP = 0x20
-
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
-