Uses of Class
com.drew.lang.RandomAccessReader
Packages that use RandomAccessReader
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 Exif metadata and camera manufacturer-specific makernotes.
Contains classes for the extraction and modelling of ICC (International Color Consortium) profile metadata.
Contains classes for the extraction and modelling of JFIF metadata.
Contains classes for the extraction and modelling of JFXX (JFIF extension) metadata.
Contains classes for the extraction and modelling of Photoshop metadata.
-
Uses of RandomAccessReader in com.drew.imaging.tiff
Methods in com.drew.imaging.tiff with parameters of type RandomAccessReaderModifier and TypeMethodDescriptionbooleanTiffHandler.customProcessTag(int tagOffset, Set<Integer> processedIfdOffsets, int tiffHeaderOffset, RandomAccessReader reader, int tagId, int byteCount) static voidTiffReader.processIfd(TiffHandler handler, RandomAccessReader reader, Set<Integer> processedIfdOffsets, int ifdOffset, int tiffHeaderOffset) Processes a TIFF IFD.voidTiffReader.processTiff(RandomAccessReader reader, TiffHandler handler, int tiffHeaderOffset) Processes a TIFF data sequence.static MetadataTiffMetadataReader.readMetadata(RandomAccessReader reader) -
Uses of RandomAccessReader in com.drew.lang
Subclasses of RandomAccessReader in com.drew.langModifier and TypeClassDescriptionclassProvides methods to read specific values from a byte array, with a consistent, checked exception structure for issues.classProvides methods to read specific values from aRandomAccessFile, with a consistent, checked exception structure for issues.class -
Uses of RandomAccessReader in com.drew.metadata
Methods in com.drew.metadata with parameters of type RandomAccessReaderModifier and TypeMethodDescriptionvoidMetadataReader.extract(RandomAccessReader reader, Metadata metadata) Extracts metadata fromreaderand merges it into the specifiedMetadataobject. -
Uses of RandomAccessReader in com.drew.metadata.exif
Methods in com.drew.metadata.exif with parameters of type RandomAccessReaderModifier and TypeMethodDescriptionbooleanExifTiffHandler.customProcessTag(int tagOffset, Set<Integer> processedIfdOffsets, int tiffHeaderOffset, RandomAccessReader reader, int tagId, int byteCount) voidExifReader.extract(RandomAccessReader reader, Metadata metadata) Reads TIFF formatted Exif data from start of the specifiedRandomAccessReader.voidExifReader.extract(RandomAccessReader reader, Metadata metadata, int readerOffset) Reads TIFF formatted Exif data a specified offset within aRandomAccessReader.voidExifReader.extract(RandomAccessReader reader, Metadata metadata, int readerOffset, Directory parentDirectory) Reads TIFF formatted Exif data at a specified offset within aRandomAccessReader. -
Uses of RandomAccessReader in com.drew.metadata.icc
Methods in com.drew.metadata.icc with parameters of type RandomAccessReaderModifier and TypeMethodDescriptionvoidIccReader.extract(RandomAccessReader reader, Metadata metadata) voidIccReader.extract(RandomAccessReader reader, Metadata metadata, Directory parentDirectory) -
Uses of RandomAccessReader in com.drew.metadata.jfif
Methods in com.drew.metadata.jfif with parameters of type RandomAccessReaderModifier and TypeMethodDescriptionvoidJfifReader.extract(RandomAccessReader reader, Metadata metadata) Performs the Jfif data extraction, adding found values to the specified instance ofMetadata. -
Uses of RandomAccessReader in com.drew.metadata.jfxx
Methods in com.drew.metadata.jfxx with parameters of type RandomAccessReaderModifier and TypeMethodDescriptionvoidJfxxReader.extract(RandomAccessReader reader, Metadata metadata) Performs the JFXX data extraction, adding found values to the specified instance ofMetadata. -
Uses of RandomAccessReader in com.drew.metadata.photoshop
Methods in com.drew.metadata.photoshop with parameters of type RandomAccessReaderModifier and TypeMethodDescriptionbooleanPhotoshopTiffHandler.customProcessTag(int tagOffset, Set<Integer> processedIfdOffsets, int tiffHeaderOffset, RandomAccessReader reader, int tagId, int byteCount)