@Internal public final class SprmBuffer extends Object implements Duplicatable
| Constructor and Description |
|---|
SprmBuffer(byte[] buf,
boolean istd,
int sprmsStartOffset) |
SprmBuffer(byte[] buf,
int _sprmsStartOffset) |
SprmBuffer(int sprmsStartOffset) |
SprmBuffer(SprmBuffer other) |
| Modifier and Type | Method and Description |
|---|---|
void |
addSprm(short opcode,
byte operand) |
void |
addSprm(short opcode,
byte[] operand) |
void |
addSprm(short opcode,
int operand) |
void |
addSprm(short opcode,
short operand) |
void |
append(byte[] grpprl) |
void |
append(byte[] grpprl,
int offset) |
SprmBuffer |
copy() |
boolean |
equals(Object obj) |
SprmOperation |
findSprm(short opcode) |
int |
hashCode() |
SprmIterator |
iterator() |
byte[] |
toByteArray() |
String |
toString() |
void |
updateSprm(short opcode,
boolean operand) |
void |
updateSprm(short opcode,
byte operand) |
void |
updateSprm(short opcode,
int operand) |
void |
updateSprm(short opcode,
short operand) |
public SprmBuffer(SprmBuffer other)
public SprmBuffer(byte[] buf,
boolean istd,
int sprmsStartOffset)
public SprmBuffer(byte[] buf,
int _sprmsStartOffset)
public SprmBuffer(int sprmsStartOffset)
public void addSprm(short opcode,
byte operand)
public void addSprm(short opcode,
byte[] operand)
public void addSprm(short opcode,
int operand)
public void addSprm(short opcode,
short operand)
public void append(byte[] grpprl)
public void append(byte[] grpprl,
int offset)
public SprmBuffer copy()
copy in interface Duplicatablepublic SprmOperation findSprm(short opcode)
public byte[] toByteArray()
public SprmIterator iterator()
public void updateSprm(short opcode,
byte operand)
public void updateSprm(short opcode,
boolean operand)
public void updateSprm(short opcode,
int operand)
public void updateSprm(short opcode,
short operand)