public final class NonImpactPrintingSection extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
SMF6BTS
Constant: 0x80 = 128
|
static int |
SMF6CSP
Constant: 0x20 = 32
|
static int |
SMF6OPJ
Constant: 0x40 = 64
|
Modifier and Type | Method and Description |
---|---|
static NonImpactPrintingSection |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
int |
smf6bid()
SMF6BID value.
|
boolean |
smf6bts()
|
String |
smf6chr()
SMF6CHR value.
|
String |
smf6cps()
SMF6CPS value.
|
boolean |
smf6csp()
|
int |
smf6flc()
SMF6FLC value.
|
String |
smf6fli()
SMF6FLI value.
|
int |
smf6ln2()
SMF6LN2 value.
|
String |
smf6mid()
SMF6MID value.
|
boolean |
smf6opj()
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int SMF6BTS
public static final int SMF6OPJ
public static final int SMF6CSP
public int smf6ln2()
public String smf6cps()
public String smf6chr()
public String smf6mid()
public String smf6fli()
public int smf6flc()
public int smf6bid()
public boolean smf6bts()
SMF6BTS = 0x80
public boolean smf6opj()
SMF6OPJ = 0x40
public boolean smf6csp()
SMF6CSP = 0x20
public static NonImpactPrintingSection 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.