public class ExifHelper extends Object
See ://www.leadtools.com/help/leadtools/v15/Main/API/Dllaux/ExifComments.htm
.
Modifier and Type | Field and Description |
---|---|
static byte[] |
ASCII |
static byte[] |
JIS |
static org.apache.commons.logging.Log |
log |
static byte[] |
UNDEFINED |
Modifier and Type | Method and Description |
---|---|
static String |
decodeUndefined(byte[] rawBytes)
Method used to perform the decode of the Exif User comment data type.
|
static byte[] |
extractBytes(byte[] bytes,
int beginIndex,
int endIndex)
Extracts the bytes from the received byte array.
|
public static final org.apache.commons.logging.Log log
public static final byte[] ASCII
public static final byte[] JIS
public static final byte[] UNDEFINED
public static String decodeUndefined(byte[] rawBytes)
rawBytes
- the user comment represented as a byte arraypublic static byte[] extractBytes(byte[] bytes, int beginIndex, int endIndex)
bytes
- the byte arraybeginIndex
- the begin index which is zero basedendIndex
- the end index which is not zero basedCopyright © 2019 Nuxeo. All rights reserved.