public final class MemberAddReplace extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
SMF42PAD
Constant: 0x40 = 64
|
static int |
SMF42PXA
Constant: 0x80 = 128
|
Modifier and Type | Method and Description |
---|---|
static MemberAddReplace |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
boolean |
smf42pad()
Return true if
SMF42PAD bit in smf42pf1() is set. |
String |
smf42pds()
SMF42PDS value.
|
int |
smf42pf1()
SMF42PF1 value.
|
String |
smf42pjb()
SMF42PJB value.
|
int |
smf42pml()
SMF42PML value.
|
String |
smf42pmn()
SMF42PMN value.
|
String |
smf42ppr()
SMF42PPR value.
|
String |
smf42pst()
SMF42PST value.
|
String |
smf42pvs()
SMF42PVS value.
|
boolean |
smf42pxa()
Return true if
SMF42PXA bit in smf42pf1() is set. |
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int SMF42PXA
public static final int SMF42PAD
public String smf42pjb()
public String smf42pst()
public String smf42ppr()
public String smf42pds()
public String smf42pvs()
public int smf42pml()
public int smf42pf1()
public boolean smf42pxa()
SMF42PXA
bit in smf42pf1()
is set.SMF42PXA = 0x80
public boolean smf42pad()
SMF42PAD
bit in smf42pf1()
is set.SMF42PAD = 0x40
public String smf42pmn()
public static MemberAddReplace 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.