Modifier and Type | Field and Description |
---|---|
java.lang.String |
name |
java.nio.ByteBuffer |
value |
Constructor and Description |
---|
UnrecognizedAttribute(java.lang.String name,
java.nio.ByteBuffer value) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
name() |
(package private) static UnrecognizedAttribute |
parseUnrecognizedAttribute(java.io.DataInput in,
java.lang.String name,
int attribute_length) |
java.lang.String |
toString() |
UnrecognizedAttribute(java.lang.String name, java.nio.ByteBuffer value)
public java.lang.String toString()
toString
in class java.lang.Object
static UnrecognizedAttribute parseUnrecognizedAttribute(java.io.DataInput in, java.lang.String name, int attribute_length) throws java.io.IOException
java.io.IOException