@Internal public final class SprmBuffer extends java.lang.Object implements java.lang.Cloneable
Constructor and Description |
---|
SprmBuffer()
Deprecated.
Use
SprmBuffer(int) instead |
SprmBuffer(byte[] buf)
Deprecated.
Use
SprmBuffer(byte[],int) instead |
SprmBuffer(byte[] buf,
boolean istd)
Deprecated.
Use
SprmBuffer(byte[],boolean,int) instead |
SprmBuffer(byte[] buf,
boolean istd,
int sprmsStartOffset) |
SprmBuffer(byte[] buf,
int _sprmsStartOffset) |
SprmBuffer(int sprmsStartOffset) |
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) |
java.lang.Object |
clone() |
boolean |
equals(java.lang.Object obj) |
SprmOperation |
findSprm(short opcode) |
SprmIterator |
iterator() |
byte[] |
toByteArray() |
java.lang.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) |
@Deprecated public SprmBuffer()
SprmBuffer(int)
instead@Deprecated public SprmBuffer(byte[] buf)
SprmBuffer(byte[],int)
instead@Deprecated public SprmBuffer(byte[] buf, boolean istd)
SprmBuffer(byte[],boolean,int)
insteadpublic 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 java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class java.lang.Object
java.lang.CloneNotSupportedException
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public 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)
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.