Uses of Class
com.drew.metadata.StringValue
Packages that use StringValue
Package
Description
Contains classes for working with TIFF format files.
Contains classes of generic utility.
Provides classes for generic modelling of metadata directories and tags.
Contains classes for the extraction and modelling of GIF file metadata.
Contains classes for the extraction and modelling of TIFF file metadata.
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 -
Uses of StringValue in com.drew.lang
Methods in com.drew.lang that return StringValueModifier and TypeMethodDescriptionRandomAccessReader.getNullTerminatedStringValue(int index, int maxLengthBytes, Charset charset) SequentialReader.getNullTerminatedStringValue(int maxLengthBytes, Charset charset) Creates a String from the stream, ending wherebyte=='\0'or wherelength==maxLength.RandomAccessReader.getStringValue(int index, int bytesRequested, Charset charset) SequentialReader.getStringValue(int bytesRequested, Charset charset) KeyValuePair.getValue()Constructors in com.drew.lang with parameters of type StringValue -
Uses of StringValue in com.drew.metadata
Methods in com.drew.metadata that return StringValueModifier and TypeMethodDescriptionDirectory.getStringValue(int tagType) 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 StringValueModifier and TypeMethodDescriptionvoidDirectory.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 -
Uses of StringValue in com.drew.metadata.tiff
Methods in com.drew.metadata.tiff with parameters of type StringValueModifier and TypeMethodDescriptionvoidDirectoryTiffHandler.setString(int tagId, StringValue string) -
Uses of StringValue in com.drew.metadata.xmp
Methods in com.drew.metadata.xmp with parameters of type StringValueModifier and TypeMethodDescriptionvoidXmpReader.extract(StringValue xmpString, Metadata metadata) Performs the XMP data extraction, adding found values to the specified instance ofMetadata.