Uses of Class
com.drew.metadata.StringValue
-
Packages that use StringValue 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. -
-
Uses of StringValue in com.drew.imaging.tiff
Methods in com.drew.imaging.tiff with parameters of type StringValue Modifier and Type Method Description voidTiffHandler. setString(int tagId, StringValue string) -
Uses of StringValue in com.drew.lang
Fields in com.drew.lang declared as StringValue Modifier and Type Field Description private StringValueKeyValuePair. _valueMethods in com.drew.lang that return StringValue Modifier and Type Method Description StringValueRandomAccessReader. getNullTerminatedStringValue(int index, int maxLengthBytes, java.nio.charset.Charset charset)StringValueSequentialReader. getNullTerminatedStringValue(int maxLengthBytes, java.nio.charset.Charset charset)Creates a String from the stream, ending wherebyte=='\0'or wherelength==maxLength.StringValueRandomAccessReader. getStringValue(int index, int bytesRequested, java.nio.charset.Charset charset)StringValueSequentialReader. getStringValue(int bytesRequested, java.nio.charset.Charset charset)StringValueKeyValuePair. getValue()Constructors in com.drew.lang with parameters of type StringValue Constructor Description KeyValuePair(java.lang.String key, StringValue value) -
Uses of StringValue in com.drew.metadata
Methods in com.drew.metadata that return StringValue Modifier and Type Method Description StringValueDirectory. getStringValue(int tagType)StringValue[]Directory. getStringValueArray(int tagType)Gets the specified tag's value as a StringValue array, if possible.Methods in com.drew.metadata with parameters of type StringValue Modifier and Type Method Description voidDirectory. setStringValue(int tagType, StringValue value)Sets aStringValuevalue for the specified tag.voidDirectory. setStringValueArray(int tagType, StringValue[] strings)Sets aStringValue[](array) for the specified tag. -
Uses of StringValue in com.drew.metadata.gif
Constructors in com.drew.metadata.gif with parameters of type StringValue Constructor Description GifCommentDirectory(StringValue comment) -
Uses of StringValue in com.drew.metadata.tiff
Methods in com.drew.metadata.tiff with parameters of type StringValue Modifier and Type Method Description voidDirectoryTiffHandler. setString(int tagId, StringValue string) -
Uses of StringValue in com.drew.metadata.xmp
Methods in com.drew.metadata.xmp with parameters of type StringValue Modifier and Type Method Description voidXmpReader. extract(StringValue xmpString, Metadata metadata)Performs the XMP data extraction, adding found values to the specified instance ofMetadata.
-