public class SimTlv extends Object
Constructor and Description |
---|
SimTlv(byte[] record,
int offset,
int length) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getData()
Returns data associated with current TLV object
returns null if !
|
int |
getTag()
Returns the tag for the current TLV object
Return 0 if !
|
boolean |
isValidObject() |
boolean |
nextObject() |
public boolean nextObject()
public boolean isValidObject()
public int getTag()
public byte[] getData()