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