Uses of Class
com.drew.lang.RandomAccessReader
-
Packages that use RandomAccessReader 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.exif Contains classes for the extraction and modelling of Exif metadata and camera manufacturer-specific makernotes.com.drew.metadata.icc Contains classes for the extraction and modelling of ICC (International Color Consortium) profile metadata.com.drew.metadata.jfif Contains classes for the extraction and modelling of JFIF metadata.com.drew.metadata.jfxx Contains classes for the extraction and modelling of JFXX (JFIF extension) metadata.com.drew.metadata.photoshop 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 RandomAccessReader Modifier and Type Method Description booleanTiffHandler. customProcessTag(int tagOffset, java.util.Set<java.lang.Integer> processedIfdOffsets, int tiffHeaderOffset, RandomAccessReader reader, int tagId, int byteCount)static voidTiffReader. processIfd(TiffHandler handler, RandomAccessReader reader, java.util.Set<java.lang.Integer> processedIfdOffsets, int ifdOffset, int tiffHeaderOffset)Processes a TIFF IFD.private static voidTiffReader. processTag(TiffHandler handler, int tagId, int tagValueOffset, int componentCount, int formatCode, RandomAccessReader reader)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.lang Modifier and Type Class Description classByteArrayReaderProvides methods to read specific values from a byte array, with a consistent, checked exception structure for issues.classRandomAccessFileReaderProvides methods to read specific values from aRandomAccessFile, with a consistent, checked exception structure for issues.classRandomAccessStreamReader -
Uses of RandomAccessReader in com.drew.metadata
Methods in com.drew.metadata with parameters of type RandomAccessReader Modifier and Type Method Description voidMetadataReader. 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 RandomAccessReader Modifier and Type Method Description booleanExifTiffHandler. customProcessTag(int tagOffset, java.util.Set<java.lang.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.private static java.lang.StringExifTiffHandler. getReaderString(RandomAccessReader reader, int makernoteOffset, int bytesRequested)Read a given number of bytes from the stream This method is employed to "suppress" attempts to read beyond end of the file as may happen at the beginning of processMakernote when we read increasingly longer camera makes.private static voidExifTiffHandler. processBinary(Directory directory, int tagValueOffset, RandomAccessReader reader, int byteCount, java.lang.Boolean isSigned, int arrayLength)private static voidExifTiffHandler. processKodakMakernote(KodakMakernoteDirectory directory, int tagValueOffset, RandomAccessReader reader)private booleanExifTiffHandler. processMakernote(int makernoteOffset, java.util.Set<java.lang.Integer> processedIfdOffsets, int tiffHeaderOffset, RandomAccessReader reader)private static voidExifTiffHandler. processPrintIM(PrintIMDirectory directory, int tagValueOffset, RandomAccessReader reader, int byteCount)Process PrintIM IFD Converted from Exiftool version 10.33 created by Phil Harvey http://www.sno.phy.queensu.ca/~phil/exiftool/ lib\Image\ExifTool\PrintIM.pmprivate static voidExifTiffHandler. processReconyxHyperFire2Makernote(ReconyxHyperFire2MakernoteDirectory directory, int makernoteOffset, RandomAccessReader reader)private static voidExifTiffHandler. processReconyxHyperFireMakernote(ReconyxHyperFireMakernoteDirectory directory, int makernoteOffset, RandomAccessReader reader)private static voidExifTiffHandler. processReconyxUltraFireMakernote(ReconyxUltraFireMakernoteDirectory directory, int makernoteOffset, RandomAccessReader reader) -
Uses of RandomAccessReader in com.drew.metadata.icc
Methods in com.drew.metadata.icc with parameters of type RandomAccessReader Modifier and Type Method Description voidIccReader. extract(RandomAccessReader reader, Metadata metadata)voidIccReader. extract(RandomAccessReader reader, Metadata metadata, Directory parentDirectory)private voidIccReader. set4ByteString(Directory directory, int tagType, RandomAccessReader reader)private voidIccReader. setDate(IccDirectory directory, int tagType, RandomAccessReader reader)private voidIccReader. setInt32(Directory directory, int tagType, RandomAccessReader reader)private voidIccReader. setInt64(Directory directory, int tagType, RandomAccessReader reader) -
Uses of RandomAccessReader in com.drew.metadata.jfif
Methods in com.drew.metadata.jfif with parameters of type RandomAccessReader Modifier and Type Method Description voidJfifReader. 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 RandomAccessReader Modifier and Type Method Description voidJfxxReader. 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 RandomAccessReader Modifier and Type Method Description booleanPhotoshopTiffHandler. customProcessTag(int tagOffset, java.util.Set<java.lang.Integer> processedIfdOffsets, int tiffHeaderOffset, RandomAccessReader reader, int tagId, int byteCount)
-