public class ExiguousMakernoteDecoder extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
BIG_ENDIAN |
static int |
LITTLE_ENDIAN |
| Constructor and Description |
|---|
ExiguousMakernoteDecoder(int endianMode) |
| Modifier and Type | Method and Description |
|---|---|
ExifIFDBlock |
analyzeMakerNote(int[] rMakerNote) |
long |
getLongValue(int[] srcByteArray,
int endianMode)
Get the long value of the byte array.
|
public static final int BIG_ENDIAN
public static final int LITTLE_ENDIAN
public ExifIFDBlock analyzeMakerNote(int[] rMakerNote)
public long getLongValue(int[] srcByteArray,
int endianMode)
srcByteArray - endianMode - (BIG_ENDIAN=0 / LITTLE_ENDIAN=1)Copyright © 2016. All rights reserved.