public class ImageAttribute extends UserAttributeSubpacket
| Modifier and Type | Field | Description |
|---|---|---|
static int |
JPEG |
data| Constructor | Description |
|---|---|
ImageAttribute(boolean forceLongLength,
byte[] data) |
|
ImageAttribute(byte[] data) |
|
ImageAttribute(int imageType,
byte[] imageData) |
| Modifier and Type | Method | Description |
|---|---|---|
int |
getEncoding() |
|
byte[] |
getImageData() |
|
int |
version() |
public static final int JPEG