Package | Description |
---|---|
com.drew.imaging.tiff |
Contains classes for working with TIFF format files.
|
com.drew.lang |
Contains classes of generic utility.
|
com.drew.metadata |
Provides classes for generic modelling of metadata directories and tags.
|
com.drew.metadata.gif |
Contains classes for the extraction and modelling of GIF file metadata.
|
com.drew.metadata.tiff |
Contains classes for the extraction and modelling of TIFF file metadata.
|
com.drew.metadata.xmp |
Contains classes for the extraction and modelling of Adobe's XMP metadata.
|
Modifier and Type | Method and Description |
---|---|
void |
TiffHandler.setString(int tagId,
StringValue string) |
Modifier and Type | Method and Description |
---|---|
StringValue |
SequentialReader.getNullTerminatedStringValue(int maxLengthBytes,
Charset charset)
Creates a String from the stream, ending where
byte=='\0' or where length==maxLength . |
StringValue |
RandomAccessReader.getNullTerminatedStringValue(int index,
int maxLengthBytes,
Charset charset) |
StringValue |
SequentialReader.getStringValue(int bytesRequested,
Charset charset) |
StringValue |
RandomAccessReader.getStringValue(int index,
int bytesRequested,
Charset charset) |
StringValue |
KeyValuePair.getValue() |
Constructor and Description |
---|
KeyValuePair(String key,
StringValue value) |
Modifier and Type | Method and Description |
---|---|
StringValue |
Directory.getStringValue(int tagType) |
StringValue[] |
Directory.getStringValueArray(int tagType)
Gets the specified tag's value as a StringValue array, if possible.
|
Modifier and Type | Method and Description |
---|---|
void |
Directory.setStringValue(int tagType,
StringValue value)
Sets a
StringValue value for the specified tag. |
void |
Directory.setStringValueArray(int tagType,
StringValue[] strings)
Sets a
StringValue[] (array) for the specified tag. |
Constructor and Description |
---|
GifCommentDirectory(StringValue comment) |
Modifier and Type | Method and Description |
---|---|
void |
DirectoryTiffHandler.setString(int tagId,
StringValue string) |
Modifier and Type | Method and Description |
---|---|
void |
XmpReader.extract(StringValue xmpString,
Metadata metadata)
Performs the XMP data extraction, adding found values to the specified instance of
Metadata . |
Copyright © 2018. All rights reserved.