public class TagLengthValue extends TagLength
Constructor and Description |
---|
TagLengthValue() |
Modifier and Type | Method and Description |
---|---|
protected void |
clear() |
TagLengthValue |
find(byte[] tag) |
TagLengthValue |
find(Tag tag) |
java.util.List<TagLengthValue> |
getChildTagLengthValues() |
byte[] |
getValue() |
int |
parse(byte[] bytes)
Parses a byte array.
|
static TagLengthValue |
parseTagLengthValue(byte[] bytes) |
java.lang.String |
toString() |
getLength, getTag, parseTagLength
equals, getByteCount, getBytes, hashCode, setBytes
public static TagLengthValue parseTagLengthValue(byte[] bytes)
protected void clear()
clear
in class ByteParsable
public int parse(byte[] bytes)
ByteParsable
public TagLengthValue find(byte[] tag)
public TagLengthValue find(Tag tag)
public byte[] getValue()
public java.util.List<TagLengthValue> getChildTagLengthValues()