public final class VtocUpdateSection extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
SMF420RA_LEN
Constant: 0x9C = 156
|
static int |
SMF42REOS
Constant: 0x80 = 128
|
static int |
SMF42RRSV
Constant: 0x80 = 128
|
static int |
SMF42RZRTY
Constant: 0x40 = 64
|
Modifier and Type | Method and Description |
---|---|
static VtocUpdateSection |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
String |
smf42ract()
SMF42RACT value.
|
byte[] |
smf42rcmds()
SMF42RCMDS data.
|
int |
smf42rdev()
SMF42RDEV value.
|
int |
smf42rdsi()
SMF42RDSI value.
|
boolean |
smf42reos()
Return true if
SMF42REOS bit in smf42rdsi() is set. |
int |
smf42rind()
SMF42RIND value.
|
String |
smf42rjno()
SMF42RJNO value.
|
String |
smf42rjob()
SMF42RJOB value.
|
String |
smf42rprn()
SMF42RPRN value.
|
boolean |
smf42rrsv()
Return true if
SMF42RRSV bit in smf42rind() is set. |
long |
smf42rseek()
SMF42RSEEK value.
|
long |
smf42rsrch()
5 byte SMF42RSRCH value.
|
String |
smf42rstn()
SMF42RSTN value.
|
long |
smf42rupsw()
SMF42RUPSW value.
|
Token |
smf42rutok()
SMF42RUTOK data.
|
String |
smf42rvol()
SMF42RVOL value.
|
boolean |
smf42rzrty()
Return true if
SMF42RZRTY bit in smf42rdsi() is set. |
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int SMF42RRSV
public static final int SMF42REOS
public static final int SMF42RZRTY
public static final int SMF420RA_LEN
public String smf42rjob()
public String smf42rjno()
public String smf42rstn()
public String smf42rprn()
public String smf42rvol()
public int smf42rdev()
public String smf42ract()
public int smf42rind()
public boolean smf42rrsv()
SMF42RRSV
bit in smf42rind()
is set.SMF42RRSV = 0x80
public int smf42rdsi()
public boolean smf42reos()
SMF42REOS
bit in smf42rdsi()
is set.SMF42REOS = 0x80
public boolean smf42rzrty()
SMF42RZRTY
bit in smf42rdsi()
is set.SMF42RZRTY = 0x40
public long smf42rseek()
public long smf42rsrch()
public byte[] smf42rcmds()
public long smf42rupsw()
public Token smf42rutok()
public static VtocUpdateSection 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.