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