public class EncodedImage
extends java.lang.Object
NextopAndroid.toBitmap(EncodedImage).| Modifier and Type | Class and Description |
|---|---|
static class |
EncodedImage.Format |
static class |
EncodedImage.Orientation |
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
bytes |
EncodedImage.Format |
format |
int |
height |
protected int |
length |
protected int |
offset |
EncodedImage.Orientation |
orientation |
int |
width |
| Modifier | Constructor and Description |
|---|---|
protected |
EncodedImage(EncodedImage.Format format,
EncodedImage.Orientation orientation,
int width,
int height,
byte[] bytes,
int offset,
int length) |
| Modifier and Type | Method and Description |
|---|---|
static EncodedImage |
create(EncodedImage.Format format,
EncodedImage.Orientation orientation,
int width,
int height,
byte[] bytes,
int offset,
int length) |
public final EncodedImage.Format format
public final EncodedImage.Orientation orientation
public final int width
public final int height
protected final byte[] bytes
protected final int offset
protected final int length
protected EncodedImage(EncodedImage.Format format, EncodedImage.Orientation orientation, int width, int height, byte[] bytes, int offset, int length)
public static EncodedImage create(EncodedImage.Format format, EncodedImage.Orientation orientation, int width, int height, byte[] bytes, int offset, int length)