ImageAttributepublic class UserAttributeSubpacket
extends java.lang.Object
| Modifier and Type | Field | Description |
|---|---|---|
protected byte[] |
data |
| Modifier | Constructor | Description |
|---|---|---|
protected |
UserAttributeSubpacket(int type,
boolean forceLongLength,
byte[] data) |
|
protected |
UserAttributeSubpacket(int type,
byte[] data) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
encode(java.io.OutputStream out) |
|
boolean |
equals(java.lang.Object o) |
|
byte[] |
getData() |
return the generic data making up the packet.
|
int |
getType() |
|
int |
hashCode() |
protected UserAttributeSubpacket(int type,
byte[] data)
protected UserAttributeSubpacket(int type,
boolean forceLongLength,
byte[] data)
public int getType()
public byte[] getData()
public void encode(java.io.OutputStream out)
throws java.io.IOException
java.io.IOExceptionpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object