public class TagLength extends ByteParsable
Constructor and Description |
---|
TagLength() |
Modifier and Type | Method and Description |
---|---|
Length |
getLength() |
Tag |
getTag() |
int |
parse(byte[] bytes)
Parses a byte array.
|
static TagLength |
parseTagLength(byte[] bytes) |
java.lang.String |
toString() |
clear, equals, getByteCount, getBytes, hashCode, setBytes
public static TagLength parseTagLength(byte[] bytes)
public int parse(byte[] bytes)
ByteParsable
parse
in class ByteParsable
bytes
- The bytes to parse.public java.lang.String toString()
toString
in class ByteParsable
public Tag getTag()
public Length getLength()