Uses of Class
com.drew.lang.annotations.NotNull
-
Packages that use NotNull Package Description com.drew.imaging Contains classes for working with image file formats and photographic conversions.com.drew.imaging.avi Contains classes for working with AVI files.com.drew.imaging.bmp Contains classes for working with BMP files.com.drew.imaging.eps Contains classes for working with EPS files.com.drew.imaging.gif Contains classes for working with GIF files.com.drew.imaging.heif com.drew.imaging.ico Contains classes for working with ICO (Windows Icon) files.com.drew.imaging.jpeg Contains classes for working with JPEG files.com.drew.imaging.mp3 Contains classes for working with MP3 files.com.drew.imaging.mp4 com.drew.imaging.pcx Contains classes for working with PCX image files.com.drew.imaging.png Contains classes for working with PNG (Portable Network Graphic) files.com.drew.imaging.psd Contains classes for working with PSD (PhotoShop Document) files.com.drew.imaging.quicktime Contains classes for working with QuickTime files.com.drew.imaging.raf Contains classes for working with RAF (Fujifilm camera raw) format files.com.drew.imaging.riff Contains classes for working with RIFF format files, such as WebP.com.drew.imaging.tiff Contains classes for working with TIFF format files.com.drew.imaging.wav Contains classes for working with WAV files.com.drew.imaging.webp Contains classes for working with WebP format files.com.drew.lang Contains classes of generic utility.com.drew.lang.annotations Contains annotations used to extend the signatures of methods and fields, allowing tools such as IntelliJ IDEA to provide design-time warnings about potential run-time errors.com.drew.metadata Provides classes for generic modelling of metadata directories and tags.com.drew.metadata.adobe Contains classes for the extraction and modelling of Adobe metadata.com.drew.metadata.apple com.drew.metadata.avi Contains classes for the extraction and modelling of AVI file metadata.com.drew.metadata.bmp Contains classes for the extraction and modelling of BMP file metadata.com.drew.metadata.eps Contains classes for the extraction and modelling of EPS metadata.com.drew.metadata.exif Contains classes for the extraction and modelling of Exif metadata and camera manufacturer-specific makernotes.com.drew.metadata.exif.makernotes ContainsDirectoryandTagDescriptorclasses related to the modelling of manufacturer-specific makernotes.com.drew.metadata.file Contains classes for the extraction and modelling of file system metadata.com.drew.metadata.gif Contains classes for the extraction and modelling of GIF file metadata.com.drew.metadata.heif https://dspace.cc.tut.fi/dpub/bitstream/handle/123456789/24147/heikkila.pdf?sequence=1com.drew.metadata.icc Contains classes for the extraction and modelling of ICC (International Color Consortium) profile metadata.com.drew.metadata.ico Contains classes for the extraction and modelling of ICO (Windows Icon) file metadata.com.drew.metadata.iptc Contains classes for the extraction and modelling of IPTC 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.jpeg Contains classes for the extraction and modelling of JPEG file format metadata.com.drew.metadata.mov Contains classes for the extraction and modelling of MOV file format metadata.com.drew.metadata.mov.atoms com.drew.metadata.mov.media Contains classes for extracting data from media data atom types.com.drew.metadata.mov.metadata Contains classes for extracting data from metadata atom types https://developer.apple.com/library/content/documentation/QuickTime/QTFF/Metadata/Metadata.html#//apple_ref/doc/uid/TP40000939-CH1-SW1com.drew.metadata.mp3 Contains classes for the extraction and modelling of MP3 file metadata.com.drew.metadata.mp4 Contains classes for the extraction and modelling of MP4 file format metadata.com.drew.metadata.mp4.media Contains classes for extracting data from media data atom types.com.drew.metadata.pcx Contains classes for the extraction and modelling of PCX image file metadata.com.drew.metadata.photoshop Contains classes for the extraction and modelling of Photoshop metadata.com.drew.metadata.png Contains classes for the extraction and modelling of PNG file metadata.com.drew.metadata.tiff Contains classes for the extraction and modelling of TIFF file metadata.com.drew.metadata.wav Contains classes for the extraction and modelling of WAV file metadata.com.drew.metadata.webp Contains classes for the extraction and modelling of WebP file metadata.com.drew.metadata.xmp Contains classes for the extraction and modelling of Adobe's XMP metadata.com.drew.tools Contains classes used internally by the library, that should not be used in client code and is not included in distributions. -
-
Uses of NotNull in com.drew.imaging
Fields in com.drew.imaging with annotations of type NotNull Modifier and Type Field Description private java.lang.StringFileType. _longNameprivate java.lang.StringFileType. _nameMethods in com.drew.imaging with annotations of type NotNull Modifier and Type Method Description static FileTypeFileTypeDetector. detectFileType(java.io.InputStream inputStream)Examines the file's bytes and estimates the file's type.java.lang.StringFileType. getLongName()java.lang.StringFileType. getName()static MetadataImageMetadataReader. readMetadata(java.io.File file)ReadsMetadatafrom aFileobject.static MetadataImageMetadataReader. readMetadata(java.io.InputStream inputStream)Reads metadata from anInputStream.static MetadataImageMetadataReader. readMetadata(java.io.InputStream inputStream, long streamLength)Reads metadata from anInputStreamof known length.static MetadataImageMetadataReader. readMetadata(java.io.InputStream inputStream, long streamLength, FileType fileType)Reads metadata from anInputStreamof known length and file type.Method parameters in com.drew.imaging with annotations of type NotNull Modifier and Type Method Description static FileTypeFileTypeDetector. detectFileType(java.io.InputStream inputStream)Examines the file's bytes and estimates the file's type.static voidImageMetadataReader. main(java.lang.String[] args)An application entry point.static MetadataImageMetadataReader. readMetadata(java.io.File file)ReadsMetadatafrom aFileobject.static MetadataImageMetadataReader. readMetadata(java.io.InputStream inputStream)Reads metadata from anInputStream.static MetadataImageMetadataReader. readMetadata(java.io.InputStream inputStream, long streamLength)Reads metadata from anInputStreamof known length.static MetadataImageMetadataReader. readMetadata(java.io.InputStream inputStream, long streamLength, FileType fileType)Reads metadata from anInputStreamof known length and file type.Constructor parameters in com.drew.imaging with annotations of type NotNull Constructor Description FileType(java.lang.String name, java.lang.String longName, java.lang.String mimeType, java.lang.String... extensions)FileType(java.lang.String name, java.lang.String longName, java.lang.String mimeType, java.lang.String... extensions) -
Uses of NotNull in com.drew.imaging.avi
Methods in com.drew.imaging.avi with annotations of type NotNull Modifier and Type Method Description static MetadataAviMetadataReader. readMetadata(java.io.File file)static MetadataAviMetadataReader. readMetadata(java.io.InputStream inputStream)Method parameters in com.drew.imaging.avi with annotations of type NotNull Modifier and Type Method Description static MetadataAviMetadataReader. readMetadata(java.io.File file)static MetadataAviMetadataReader. readMetadata(java.io.InputStream inputStream) -
Uses of NotNull in com.drew.imaging.bmp
Methods in com.drew.imaging.bmp with annotations of type NotNull Modifier and Type Method Description static MetadataBmpMetadataReader. readMetadata(java.io.File file)static MetadataBmpMetadataReader. readMetadata(java.io.InputStream inputStream)Method parameters in com.drew.imaging.bmp with annotations of type NotNull Modifier and Type Method Description static MetadataBmpMetadataReader. readMetadata(java.io.File file)static MetadataBmpMetadataReader. readMetadata(java.io.InputStream inputStream) -
Uses of NotNull in com.drew.imaging.eps
Methods in com.drew.imaging.eps with annotations of type NotNull Modifier and Type Method Description static MetadataEpsMetadataReader. readMetadata(java.io.File file)static MetadataEpsMetadataReader. readMetadata(java.io.InputStream inputStream)Method parameters in com.drew.imaging.eps with annotations of type NotNull Modifier and Type Method Description static MetadataEpsMetadataReader. readMetadata(java.io.File file)static MetadataEpsMetadataReader. readMetadata(java.io.InputStream inputStream) -
Uses of NotNull in com.drew.imaging.gif
Methods in com.drew.imaging.gif with annotations of type NotNull Modifier and Type Method Description static MetadataGifMetadataReader. readMetadata(java.io.File file)static MetadataGifMetadataReader. readMetadata(java.io.InputStream inputStream)Method parameters in com.drew.imaging.gif with annotations of type NotNull Modifier and Type Method Description static MetadataGifMetadataReader. readMetadata(java.io.File file)static MetadataGifMetadataReader. readMetadata(java.io.InputStream inputStream) -
Uses of NotNull in com.drew.imaging.heif
Methods in com.drew.imaging.heif with annotations of type NotNull Modifier and Type Method Description static MetadataHeifMetadataReader. readMetadata(java.io.InputStream inputStream)Method parameters in com.drew.imaging.heif with annotations of type NotNull Modifier and Type Method Description protected abstract HeifHandler<?>HeifHandler. processBox(Box box, byte[] payload)protected abstract HeifHandler<?>HeifHandler. processBox(Box box, byte[] payload)protected abstract voidHeifHandler. processContainer(Box box, SequentialReader reader)There is potential for a box to both contain other boxes and contain information, so this method will handle those occurrences.protected abstract voidHeifHandler. processContainer(Box box, SequentialReader reader)There is potential for a box to both contain other boxes and contain information, so this method will handle those occurrences.static MetadataHeifMetadataReader. readMetadata(java.io.InputStream inputStream)protected abstract booleanHeifHandler. shouldAcceptBox(Box box)protected abstract booleanHeifHandler. shouldAcceptContainer(Box box) -
Uses of NotNull in com.drew.imaging.ico
Methods in com.drew.imaging.ico with annotations of type NotNull Modifier and Type Method Description static MetadataIcoMetadataReader. readMetadata(java.io.File file)static MetadataIcoMetadataReader. readMetadata(java.io.InputStream inputStream)Method parameters in com.drew.imaging.ico with annotations of type NotNull Modifier and Type Method Description static MetadataIcoMetadataReader. readMetadata(java.io.File file)static MetadataIcoMetadataReader. readMetadata(java.io.InputStream inputStream) -
Uses of NotNull in com.drew.imaging.jpeg
Fields in com.drew.imaging.jpeg with annotations of type NotNull Modifier and Type Field Description private java.util.HashMap<java.lang.Byte,java.util.List<byte[]>>JpegSegmentData. _segmentDataMapMethods in com.drew.imaging.jpeg with annotations of type NotNull Modifier and Type Method Description private java.util.List<byte[]>JpegSegmentData. getOrCreateSegmentList(byte segmentType)java.lang.Iterable<byte[]>JpegSegmentData. getSegments(byte segmentType)Returns all instances of a given JPEG segment.java.lang.Iterable<byte[]>JpegSegmentData. getSegments(JpegSegmentType segmentType)Returns all instances of a given JPEG segment.java.lang.Iterable<JpegSegmentType>JpegSegmentMetadataReader. getSegmentTypes()Gets the set of JPEG segment types that this reader is interested in.static MetadataJpegMetadataReader. readMetadata(java.io.File file)static MetadataJpegMetadataReader. readMetadata(java.io.File file, java.lang.Iterable<JpegSegmentMetadataReader> readers)static MetadataJpegMetadataReader. readMetadata(java.io.InputStream inputStream)static MetadataJpegMetadataReader. readMetadata(java.io.InputStream inputStream, java.lang.Iterable<JpegSegmentMetadataReader> readers)static JpegSegmentDataJpegSegmentReader. readSegments(SequentialReader reader, java.lang.Iterable<JpegSegmentType> segmentTypes)Processes the provided JPEG data, and extracts the specified JPEG segments into aJpegSegmentDataobject.static JpegSegmentDataJpegSegmentReader. readSegments(java.io.File file, java.lang.Iterable<JpegSegmentType> segmentTypes)Processes the provided JPEG data, and extracts the specified JPEG segments into aJpegSegmentDataobject.Method parameters in com.drew.imaging.jpeg with annotations of type NotNull Modifier and Type Method Description voidJpegSegmentData. addSegment(byte segmentType, byte[] segmentBytes)Adds segment bytes to the collection.booleanJpegSegmentData. containsSegment(JpegSegmentType segmentType)Determines whether data is present for a given segment type.byte[]JpegSegmentData. getSegment(JpegSegmentType segmentType)Gets the first JPEG segment data for the specified type.byte[]JpegSegmentData. getSegment(JpegSegmentType segmentType, int occurrence)Gets segment data for a specific occurrence and type.intJpegSegmentData. getSegmentCount(JpegSegmentType segmentType)Returns the count of segment data byte arrays stored for a given segment type.java.lang.Iterable<byte[]>JpegSegmentData. getSegments(JpegSegmentType segmentType)Returns all instances of a given JPEG segment.static voidJpegMetadataReader. process(Metadata metadata, java.io.InputStream inputStream)static voidJpegMetadataReader. process(Metadata metadata, java.io.InputStream inputStream)static voidJpegMetadataReader. process(Metadata metadata, java.io.InputStream inputStream, java.lang.Iterable<JpegSegmentMetadataReader> readers)static voidJpegMetadataReader. process(Metadata metadata, java.io.InputStream inputStream, java.lang.Iterable<JpegSegmentMetadataReader> readers)voidJpegSegmentMetadataReader. readJpegSegments(java.lang.Iterable<byte[]> segments, Metadata metadata, JpegSegmentType segmentType)Extracts metadata from all instances of a particular JPEG segment type.voidJpegSegmentMetadataReader. readJpegSegments(java.lang.Iterable<byte[]> segments, Metadata metadata, JpegSegmentType segmentType)Extracts metadata from all instances of a particular JPEG segment type.voidJpegSegmentMetadataReader. readJpegSegments(java.lang.Iterable<byte[]> segments, Metadata metadata, JpegSegmentType segmentType)Extracts metadata from all instances of a particular JPEG segment type.static MetadataJpegMetadataReader. readMetadata(java.io.File file)static MetadataJpegMetadataReader. readMetadata(java.io.File file, java.lang.Iterable<JpegSegmentMetadataReader> readers)static MetadataJpegMetadataReader. readMetadata(java.io.InputStream inputStream)static MetadataJpegMetadataReader. readMetadata(java.io.InputStream inputStream, java.lang.Iterable<JpegSegmentMetadataReader> readers)static JpegSegmentDataJpegSegmentReader. readSegments(SequentialReader reader, java.lang.Iterable<JpegSegmentType> segmentTypes)Processes the provided JPEG data, and extracts the specified JPEG segments into aJpegSegmentDataobject.static JpegSegmentDataJpegSegmentReader. readSegments(java.io.File file, java.lang.Iterable<JpegSegmentType> segmentTypes)Processes the provided JPEG data, and extracts the specified JPEG segments into aJpegSegmentDataobject.voidJpegSegmentData. removeSegment(JpegSegmentType segmentType)Removes all segments from the collection having the specified type.voidJpegSegmentData. removeSegmentOccurrence(JpegSegmentType segmentType, int occurrence)Removes a specified instance of a segment's data from the collection. -
Uses of NotNull in com.drew.imaging.mp3
Methods in com.drew.imaging.mp3 with annotations of type NotNull Modifier and Type Method Description static MetadataMp3MetadataReader. readMetadata(java.io.File file)static MetadataMp3MetadataReader. readMetadata(java.io.InputStream inputStream)Method parameters in com.drew.imaging.mp3 with annotations of type NotNull Modifier and Type Method Description static MetadataMp3MetadataReader. readMetadata(java.io.File file)static MetadataMp3MetadataReader. readMetadata(java.io.InputStream inputStream) -
Uses of NotNull in com.drew.imaging.mp4
Fields in com.drew.imaging.mp4 with annotations of type NotNull Modifier and Type Field Description protected TMp4Handler. directoryprotected MetadataMp4Handler. metadataMethods in com.drew.imaging.mp4 with annotations of type NotNull Modifier and Type Method Description protected abstract TMp4Handler. getDirectory()static MetadataMp4MetadataReader. readMetadata(java.io.File file)static MetadataMp4MetadataReader. readMetadata(java.io.InputStream inputStream)Method parameters in com.drew.imaging.mp4 with annotations of type NotNull Modifier and Type Method Description voidMp4Handler. addError(java.lang.String message)static voidMp4Reader. extract(java.io.InputStream inputStream, Mp4Handler<?> handler)static voidMp4Reader. extract(java.io.InputStream inputStream, Mp4Handler<?> handler)protected abstract Mp4Handler<?>Mp4Handler. processBox(java.lang.String type, byte[] payload, long boxSize, Mp4Context context)protected Mp4Handler<?>Mp4Handler. processContainer(java.lang.String type, long boxSize, Mp4Context context)protected Mp4Handler<?>Mp4Handler. processContainer(java.lang.String type, long boxSize, Mp4Context context)static MetadataMp4MetadataReader. readMetadata(java.io.File file)static MetadataMp4MetadataReader. readMetadata(java.io.InputStream inputStream)protected abstract booleanMp4Handler. shouldAcceptBox(java.lang.String type)protected abstract booleanMp4Handler. shouldAcceptContainer(java.lang.String type)Constructor parameters in com.drew.imaging.mp4 with annotations of type NotNull Constructor Description Mp4Handler(Metadata metadata) -
Uses of NotNull in com.drew.imaging.pcx
Methods in com.drew.imaging.pcx with annotations of type NotNull Modifier and Type Method Description static MetadataPcxMetadataReader. readMetadata(java.io.File file)static MetadataPcxMetadataReader. readMetadata(java.io.InputStream inputStream)Method parameters in com.drew.imaging.pcx with annotations of type NotNull Modifier and Type Method Description static MetadataPcxMetadataReader. readMetadata(java.io.File file)static MetadataPcxMetadataReader. readMetadata(java.io.InputStream inputStream) -
Uses of NotNull in com.drew.imaging.png
Fields in com.drew.imaging.png with annotations of type NotNull Modifier and Type Field Description private int[]PngColorType. _allowedBitDepthsprivate byte[]PngChunk. _bytesprivate PngChunkTypePngChunk. _chunkTypeprivate PngColorTypePngHeader. _colorTypeprivate java.lang.StringPngColorType. _descriptionMethods in com.drew.imaging.png with annotations of type NotNull Modifier and Type Method Description static PngColorTypePngColorType. fromNumericValue(int numericValue)int[]PngColorType. getAllowedBitDepths()byte[]PngChunk. getBytes()PngColorTypePngHeader. getColorType()java.lang.StringPngColorType. getDescription()PngChunkTypePngChunk. getType()static MetadataPngMetadataReader. readMetadata(java.io.File file)static MetadataPngMetadataReader. readMetadata(java.io.InputStream inputStream)Method parameters in com.drew.imaging.png with annotations of type NotNull Modifier and Type Method Description java.lang.Iterable<PngChunk>PngChunkReader. extract(SequentialReader reader, java.util.Set<PngChunkType> desiredChunkTypes)private static voidPngMetadataReader. processChunk(Metadata metadata, PngChunk chunk)private static voidPngMetadataReader. processChunk(Metadata metadata, PngChunk chunk)static MetadataPngMetadataReader. readMetadata(java.io.File file)static MetadataPngMetadataReader. readMetadata(java.io.InputStream inputStream)Constructor parameters in com.drew.imaging.png with annotations of type NotNull Constructor Description PngChromaticities(byte[] bytes)PngChunk(PngChunkType chunkType, byte[] bytes)PngChunk(PngChunkType chunkType, byte[] bytes)PngChunkType(byte[] bytes)PngChunkType(java.lang.String identifier)PngChunkType(java.lang.String identifier, boolean multipleAllowed)PngColorType(int numericValue, java.lang.String description, int... allowedBitDepths)PngColorType(int numericValue, java.lang.String description, int... allowedBitDepths)PngHeader(byte[] bytes) -
Uses of NotNull in com.drew.imaging.psd
Methods in com.drew.imaging.psd with annotations of type NotNull Modifier and Type Method Description static MetadataPsdMetadataReader. readMetadata(java.io.File file)static MetadataPsdMetadataReader. readMetadata(java.io.InputStream inputStream)Method parameters in com.drew.imaging.psd with annotations of type NotNull Modifier and Type Method Description static MetadataPsdMetadataReader. readMetadata(java.io.File file)static MetadataPsdMetadataReader. readMetadata(java.io.InputStream inputStream) -
Uses of NotNull in com.drew.imaging.quicktime
Fields in com.drew.imaging.quicktime with annotations of type NotNull Modifier and Type Field Description protected TQuickTimeHandler. directoryprotected MetadataQuickTimeHandler. metadataMethods in com.drew.imaging.quicktime with annotations of type NotNull Modifier and Type Method Description protected abstract TQuickTimeHandler. createDirectory()static MetadataQuickTimeMetadataReader. readMetadata(java.io.File file)static MetadataQuickTimeMetadataReader. readMetadata(java.io.InputStream inputStream)Method parameters in com.drew.imaging.quicktime with annotations of type NotNull Modifier and Type Method Description voidQuickTimeHandler. addError(java.lang.String message)static voidQuickTimeReader. extract(java.io.InputStream inputStream, QuickTimeHandler<?> handler)static voidQuickTimeReader. extract(java.io.InputStream inputStream, QuickTimeHandler<?> handler)protected abstract QuickTimeHandler<?>QuickTimeHandler. processAtom(Atom atom, byte[] payload, QuickTimeContext context)protected QuickTimeHandler<?>QuickTimeHandler. processContainer(Atom atom, QuickTimeContext context)static MetadataQuickTimeMetadataReader. readMetadata(java.io.File file)static MetadataQuickTimeMetadataReader. readMetadata(java.io.InputStream inputStream)protected abstract booleanQuickTimeHandler. shouldAcceptAtom(Atom atom)protected abstract booleanQuickTimeHandler. shouldAcceptContainer(Atom atom)Constructor parameters in com.drew.imaging.quicktime with annotations of type NotNull Constructor Description QuickTimeHandler(Metadata metadata) -
Uses of NotNull in com.drew.imaging.raf
Methods in com.drew.imaging.raf with annotations of type NotNull Modifier and Type Method Description static MetadataRafMetadataReader. readMetadata(java.io.File file)static MetadataRafMetadataReader. readMetadata(java.io.InputStream inputStream)Method parameters in com.drew.imaging.raf with annotations of type NotNull Modifier and Type Method Description static MetadataRafMetadataReader. readMetadata(java.io.File file)static MetadataRafMetadataReader. readMetadata(java.io.InputStream inputStream) -
Uses of NotNull in com.drew.imaging.riff
Method parameters in com.drew.imaging.riff with annotations of type NotNull Modifier and Type Method Description voidRiffHandler. addError(java.lang.String message)Registers an error message for consumption after extraction.voidRiffHandler. processChunk(java.lang.String fourCC, byte[] payload)Perform whatever processing is necessary for the type of chunk with its payload.voidRiffHandler. processChunk(java.lang.String fourCC, byte[] payload)Perform whatever processing is necessary for the type of chunk with its payload.voidRiffReader. processRiff(SequentialReader reader, RiffHandler handler)Processes a RIFF data sequence.voidRiffReader. processRiff(SequentialReader reader, RiffHandler handler)Processes a RIFF data sequence.booleanRiffHandler. shouldAcceptChunk(java.lang.String fourCC)Gets whether this handler is interested in the specific chunk type.booleanRiffHandler. shouldAcceptList(java.lang.String fourCC)Gets whether this handler is interested in the specific list type.booleanRiffHandler. shouldAcceptRiffIdentifier(java.lang.String identifier)Gets whether the specified RIFF identifier is of interest to this handler. -
Uses of NotNull in com.drew.imaging.tiff
Fields in com.drew.imaging.tiff with annotations of type NotNull Modifier and Type Field Description private java.lang.StringTiffDataFormat. _namestatic TiffDataFormatTiffDataFormat. DOUBLEstatic TiffDataFormatTiffDataFormat. INT16_Sstatic TiffDataFormatTiffDataFormat. INT16_Ustatic TiffDataFormatTiffDataFormat. INT32_Sstatic TiffDataFormatTiffDataFormat. INT32_Ustatic TiffDataFormatTiffDataFormat. INT8_Sstatic TiffDataFormatTiffDataFormat. INT8_Ustatic TiffDataFormatTiffDataFormat. RATIONAL_Sstatic TiffDataFormatTiffDataFormat. RATIONAL_Ustatic TiffDataFormatTiffDataFormat. SINGLEstatic TiffDataFormatTiffDataFormat. STRINGstatic TiffDataFormatTiffDataFormat. UNDEFINEDMethods in com.drew.imaging.tiff with annotations of type NotNull Modifier and Type Method Description static MetadataTiffMetadataReader. readMetadata(RandomAccessReader reader)static MetadataTiffMetadataReader. readMetadata(java.io.File file)static MetadataTiffMetadataReader. readMetadata(java.io.InputStream inputStream)java.lang.StringTiffDataFormat. toString()Method parameters in com.drew.imaging.tiff with annotations of type NotNull Modifier and Type Method Description booleanTiffHandler. customProcessTag(int tagOffset, java.util.Set<java.lang.Integer> processedIfdOffsets, int tiffHeaderOffset, RandomAccessReader reader, int tagId, int byteCount)booleanTiffHandler. customProcessTag(int tagOffset, java.util.Set<java.lang.Integer> processedIfdOffsets, int tiffHeaderOffset, RandomAccessReader reader, int tagId, int byteCount)voidTiffHandler. error(java.lang.String message)static voidTiffReader. processIfd(TiffHandler handler, RandomAccessReader reader, java.util.Set<java.lang.Integer> processedIfdOffsets, int ifdOffset, int tiffHeaderOffset)Processes a TIFF IFD.static voidTiffReader. processIfd(TiffHandler handler, RandomAccessReader reader, java.util.Set<java.lang.Integer> processedIfdOffsets, int ifdOffset, int tiffHeaderOffset)Processes a TIFF IFD.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)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.voidTiffReader. processTiff(RandomAccessReader reader, TiffHandler handler, int tiffHeaderOffset)Processes a TIFF data sequence.static MetadataTiffMetadataReader. readMetadata(RandomAccessReader reader)static MetadataTiffMetadataReader. readMetadata(java.io.File file)static MetadataTiffMetadataReader. readMetadata(java.io.InputStream inputStream)voidTiffHandler. setByteArray(int tagId, byte[] bytes)voidTiffHandler. setDoubleArray(int tagId, double[] array)voidTiffHandler. setFloatArray(int tagId, float[] array)voidTiffHandler. setInt16sArray(int tagId, short[] array)voidTiffHandler. setInt16uArray(int tagId, int[] array)voidTiffHandler. setInt32sArray(int tagId, int[] array)voidTiffHandler. setInt32uArray(int tagId, long[] array)voidTiffHandler. setInt8sArray(int tagId, byte[] array)voidTiffHandler. setInt8uArray(int tagId, short[] array)voidTiffHandler. setRational(int tagId, Rational rational)voidTiffHandler. setRationalArray(int tagId, Rational[] array)voidTiffHandler. setString(int tagId, StringValue string)voidTiffHandler. warn(java.lang.String message)Constructor parameters in com.drew.imaging.tiff with annotations of type NotNull Constructor Description TiffDataFormat(java.lang.String name, int tiffFormatCode, int componentSizeBytes) -
Uses of NotNull in com.drew.imaging.wav
Methods in com.drew.imaging.wav with annotations of type NotNull Modifier and Type Method Description static MetadataWavMetadataReader. readMetadata(java.io.File file)static MetadataWavMetadataReader. readMetadata(java.io.InputStream inputStream)Method parameters in com.drew.imaging.wav with annotations of type NotNull Modifier and Type Method Description static MetadataWavMetadataReader. readMetadata(java.io.File file)static MetadataWavMetadataReader. readMetadata(java.io.InputStream inputStream) -
Uses of NotNull in com.drew.imaging.webp
Methods in com.drew.imaging.webp with annotations of type NotNull Modifier and Type Method Description static MetadataWebpMetadataReader. readMetadata(java.io.File file)static MetadataWebpMetadataReader. readMetadata(java.io.InputStream inputStream)Method parameters in com.drew.imaging.webp with annotations of type NotNull Modifier and Type Method Description static MetadataWebpMetadataReader. readMetadata(java.io.File file)static MetadataWebpMetadataReader. readMetadata(java.io.InputStream inputStream) -
Uses of NotNull in com.drew.lang
Fields in com.drew.lang with annotations of type NotNull Modifier and Type Field Description private byte[]ByteArrayReader. _bufferprivate byte[]SequentialByteArrayReader. _bytesprivate java.io.RandomAccessFileRandomAccessFileReader. _fileprivate java.io.InputStreamRandomAccessStreamReader. _streamprivate java.io.InputStreamStreamReader. _streamMethods in com.drew.lang with annotations of type NotNull Modifier and Type Method Description static double[]GeoLocation. decimalToDegreesMinutesSeconds(double decimal)Converts a decimal degree angle into its corresponding DMS (degrees-minutes-seconds) component values, as a double array.static java.lang.StringGeoLocation. decimalToDegreesMinutesSecondsString(double decimal)Converts a decimal degree angle into its corresponding DMS (degrees-minutes-seconds) representation as a string, of format:-1° 23' 4.56"static java.lang.StringStringUtil. fromStream(java.io.InputStream stream)byte[]ByteArrayReader. getBytes(int index, int count)byte[]RandomAccessFileReader. getBytes(int index, int count)abstract byte[]RandomAccessReader. getBytes(int index, int count)Returns the required number of bytes from the specified index from the underlying source.byte[]RandomAccessStreamReader. getBytes(int index, int count)byte[]SequentialByteArrayReader. getBytes(int count)abstract byte[]SequentialReader. getBytes(int count)Returns the required number of bytes from the sequence.byte[]StreamReader. getBytes(int count)java.lang.StringKeyValuePair. getKey()byte[]RandomAccessReader. getNullTerminatedBytes(int index, int maxLengthBytes)Returns the sequence of bytes punctuated by a\0value.byte[]SequentialReader. getNullTerminatedBytes(int maxLengthBytes)Returns the sequence of bytes punctuated by a\0value.java.lang.StringRandomAccessReader. getNullTerminatedString(int index, int maxLengthBytes, java.nio.charset.Charset charset)Creates a String from the _data buffer starting at the specified index, and ending wherebyte=='\0'or wherelength==maxLength.java.lang.StringSequentialReader. getNullTerminatedString(int maxLengthBytes, java.nio.charset.Charset charset)Creates a String from the stream, ending wherebyte=='\0'or wherelength==maxLength.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.RationalRational. getReciprocal()Returns the reciprocal value of this object as a new Rational.RationalRational. getSimplifiedInstance()Simplifies the representation of thisRationalnumber.java.lang.StringRandomAccessReader. getString(int index, int bytesRequested, java.lang.String charset)java.lang.StringRandomAccessReader. getString(int index, int bytesRequested, java.nio.charset.Charset charset)java.lang.StringSequentialReader. getString(int bytesRequested)java.lang.StringSequentialReader. getString(int bytesRequested, java.lang.String charset)java.lang.StringSequentialReader. getString(int bytesRequested, java.nio.charset.Charset charset)StringValueRandomAccessReader. getStringValue(int index, int bytesRequested, java.nio.charset.Charset charset)StringValueSequentialReader. getStringValue(int bytesRequested, java.nio.charset.Charset charset)StringValueKeyValuePair. getValue()static java.lang.StringStringUtil. join(java.lang.Iterable<? extends java.lang.CharSequence> strings, java.lang.String delimiter)static <T extends java.lang.CharSequence>
java.lang.StringStringUtil. join(T[] strings, java.lang.String delimiter)java.lang.StringGeoLocation. toDMSString()java.lang.StringRational. toSimpleString(boolean allowDecimal)Returns the simplest representation of thisRational's value possible.java.lang.StringCompoundException. toString()java.lang.StringGeoLocation. toString()java.lang.StringRational. toString()Returns a string representation of the object of formnumerator/denominator.static java.lang.StringStringUtil. urlEncode(java.lang.String name)Method parameters in com.drew.lang with annotations of type NotNull Modifier and Type Method Description intRational. compareTo(Rational that)Compares twoRationalinstances, returning true if they are mathematically equivalent (in consistence withRational.equals(Object)method).static java.lang.DoubleGeoLocation. degreesMinutesSecondsToDecimal(Rational degs, Rational mins, Rational secs, boolean isNegative)Converts DMS (degrees-minutes-seconds) rational values, as given inGpsDirectory, into a single value in degrees, as a double.static java.lang.DoubleGeoLocation. degreesMinutesSecondsToDecimal(Rational degs, Rational mins, Rational secs, boolean isNegative)Converts DMS (degrees-minutes-seconds) rational values, as given inGpsDirectory, into a single value in degrees, as a double.static java.lang.DoubleGeoLocation. degreesMinutesSecondsToDecimal(Rational degs, Rational mins, Rational secs, boolean isNegative)Converts DMS (degrees-minutes-seconds) rational values, as given inGpsDirectory, into a single value in degrees, as a double.static java.lang.StringStringUtil. fromStream(java.io.InputStream stream)voidSequentialByteArrayReader. getBytes(byte[] buffer, int offset, int count)abstract voidSequentialReader. getBytes(byte[] buffer, int offset, int count)Retrieves bytes, writing them into a caller-provided buffer.voidStreamReader. getBytes(byte[] buffer, int offset, int count)java.lang.StringRandomAccessReader. getNullTerminatedString(int index, int maxLengthBytes, java.nio.charset.Charset charset)Creates a String from the _data buffer starting at the specified index, and ending wherebyte=='\0'or wherelength==maxLength.java.lang.StringRandomAccessReader. getString(int index, int bytesRequested, java.lang.String charset)java.lang.StringRandomAccessReader. getString(int index, int bytesRequested, java.nio.charset.Charset charset)java.lang.StringSequentialReader. getString(int bytesRequested, java.nio.charset.Charset charset)static java.lang.StringStringUtil. join(java.lang.Iterable<? extends java.lang.CharSequence> strings, java.lang.String delimiter)static java.lang.StringStringUtil. join(java.lang.Iterable<? extends java.lang.CharSequence> strings, java.lang.String delimiter)static <T extends java.lang.CharSequence>
java.lang.StringStringUtil. join(T[] strings, java.lang.String delimiter)static <T extends java.lang.CharSequence>
java.lang.StringStringUtil. join(T[] strings, java.lang.String delimiter)voidCompoundException. printStackTrace(java.io.PrintStream s)voidCompoundException. printStackTrace(java.io.PrintWriter s)static intByteConvert. toInt32BigEndian(byte[] bytes)static intByteConvert. toInt32LittleEndian(byte[] bytes)static java.lang.StringStringUtil. urlEncode(java.lang.String name)Constructor parameters in com.drew.lang with annotations of type NotNull Constructor Description ByteArrayReader(byte[] buffer)ByteArrayReader(byte[] buffer, int baseOffset)KeyValuePair(java.lang.String key, StringValue value)KeyValuePair(java.lang.String key, StringValue value)RandomAccessFileReader(java.io.RandomAccessFile file)RandomAccessFileReader(java.io.RandomAccessFile file, int baseOffset)RandomAccessStreamReader(java.io.InputStream stream)RandomAccessStreamReader(java.io.InputStream stream, int chunkLength)RandomAccessStreamReader(java.io.InputStream stream, int chunkLength, long streamLength)SequentialByteArrayReader(byte[] bytes)SequentialByteArrayReader(byte[] bytes, int baseIndex)StreamReader(java.io.InputStream stream) -
Uses of NotNull in com.drew.lang.annotations
Methods in com.drew.lang.annotations with annotations of type NotNull Modifier and Type Method Description java.lang.Stringjustification()An explanation of why it is valid to suppress the warning in a particular situation/context.java.lang.Stringvalue()The name of the warning to be suppressed. -
Uses of NotNull in com.drew.metadata
Fields in com.drew.metadata with annotations of type NotNull Modifier and Type Field Description private byte[]StringValue. _bytesprotected java.util.Collection<Tag>Directory. _definedTagListA convenient list holding tag values in the order in which they were stored.private java.util.List<Directory>Metadata. _directoriesThe list ofDirectoryinstances in this container, in the order they were added.private DirectoryTag. _directoryprotected TTagDescriptor. _directoryprivate java.util.Collection<java.lang.String>Directory. _errorListprotected java.util.Map<java.lang.Integer,java.lang.Object>Directory. _tagMapMap of values hashed by type identifiers.static java.lang.StringSchema. DUBLIN_CORE_SPECIFIC_PROPERTIESstatic java.lang.StringSchema. EXIF_ADDITIONAL_PROPERTIESstatic java.lang.StringSchema. EXIF_SPECIFIC_PROPERTIESstatic java.lang.StringSchema. EXIF_TIFF_PROPERTIESstatic java.lang.StringSchema. PHOTOSHOP_PROPERTIESstatic java.lang.StringSchema. XMP_PROPERTIESXMP tag namespace.Methods in com.drew.metadata with annotations of type NotNull Modifier and Type Method Description byte[]StringValue. getBytes()java.lang.Iterable<Directory>Metadata. getDirectories()Returns an iterable set of theDirectoryinstances contained in this metadata collection.<T extends Directory>
java.util.Collection<T>Metadata. getDirectoriesOfType(java.lang.Class<T> type)java.lang.StringTag. getDirectoryName()java.lang.Iterable<java.lang.String>Directory. getErrors()Used to iterate over any error messages contained in this directory.protected static java.lang.StringTagDescriptor. getFocalLengthDescription(double mm)protected static java.lang.StringTagDescriptor. getFStopDescription(double fStop)abstract java.lang.StringDirectory. getName()Provides the name of the directory, for display purposes.java.lang.StringErrorDirectory. getName()java.lang.StringDirectory. getTagName(int tagType)Returns the name of a specified tag as a String.java.lang.StringErrorDirectory. getTagName(int tagType)java.lang.StringTag. getTagName()Get the name of the tag, such asAperture, orInteropVersion.protected abstract java.util.HashMap<java.lang.Integer,java.lang.String>Directory. getTagNameMap()Provides the map of tag names, hashed by tag type identifier.protected java.util.HashMap<java.lang.Integer,java.lang.String>ErrorDirectory. getTagNameMap()java.util.Collection<Tag>Directory. getTags()Returns an Iterator of Tag instances that have been set in this Directory.java.lang.StringTag. getTagTypeHex()Gets the tag type in hex notation as a String with padded leading zeroes if necessary (i.e.java.lang.StringFace. toString()java.lang.StringTag. toString()A basic representation of the tag's type and value.Method parameters in com.drew.metadata with annotations of type NotNull Modifier and Type Method Description <T extends Directory>
voidMetadata. addDirectory(T directory)Adds a directory to this metadata collection.voidDirectory. addError(java.lang.String message)Registers an error message with this directory.voidMetadataReader. extract(RandomAccessReader reader, Metadata metadata)Extracts metadata fromreaderand merges it into the specifiedMetadataobject.voidMetadataReader. extract(RandomAccessReader reader, Metadata metadata)Extracts metadata fromreaderand merges it into the specifiedMetadataobject.static AgeAge. fromPanasonicString(java.lang.String s)Parses an age object from the string format used by Panasonic cameras:0031:07:15 00:00:00protected java.lang.StringTagDescriptor. getBitFlagDescription(int tagType, java.lang.Object... labels)LSB first.<T extends Directory>
TMetadata. getFirstDirectoryOfType(java.lang.Class<T> type)Gets the firstDirectoryof the specified type contained within this metadata collection.protected java.lang.StringTagDescriptor. getFormattedFloat(int tagType, java.lang.String format)protected java.lang.StringTagDescriptor. getFormattedInt(int tagType, java.lang.String format)protected java.lang.StringTagDescriptor. getFormattedString(int tagType, java.lang.String format)protected java.lang.StringTagDescriptor. getIndexedDescription(int tagType, int baseIndex, java.lang.String... descriptions)protected java.lang.StringTagDescriptor. getIndexedDescription(int tagType, java.lang.String... descriptions)voidDirectory. setByteArray(int tagType, byte[] bytes)Sets abyte[](array) for the specified tag.voidDirectory. setDate(int tagType, java.util.Date value)Sets ajava.util.Datevalue for the specified tag.voidDirectory. setDescriptor(TagDescriptor<?> descriptor)Sets the descriptor used to interpret tag values.voidDirectory. setDoubleArray(int tagType, double[] doubles)Sets adouble[](array) for the specified tag.voidDirectory. setFloatArray(int tagType, float[] floats)Sets afloat[](array) for the specified tag.voidDirectory. setIntArray(int tagType, int[] ints)Sets anint[](array) for the specified tag.voidDirectory. setObject(int tagType, java.lang.Object value)Sets aObjectfor the specified tag.voidErrorDirectory. setObject(int tagType, java.lang.Object value)voidDirectory. setObjectArray(int tagType, java.lang.Object array)Sets an arrayObjectfor the specified tag.voidDirectory. setParent(Directory parent)voidDirectory. setRational(int tagType, Rational rational)Sets aRationalvalue for the specified tag.voidDirectory. setRationalArray(int tagType, Rational[] rationals)Sets aRational[](array) for the specified tag.voidDirectory. setString(int tagType, java.lang.String value)Sets aStringvalue for the specified tag.voidDirectory. setStringArray(int tagType, java.lang.String[] strings)Sets aString[](array) for the specified tag.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.Constructor parameters in com.drew.metadata with annotations of type NotNull Constructor Description StringValue(byte[] bytes, java.nio.charset.Charset charset)Tag(int tagType, Directory directory)TagDescriptor(T directory) -
Uses of NotNull in com.drew.metadata.adobe
Methods in com.drew.metadata.adobe with annotations of type NotNull Modifier and Type Method Description java.lang.StringAdobeJpegDirectory. getName()java.lang.Iterable<JpegSegmentType>AdobeJpegReader. getSegmentTypes()protected java.util.HashMap<java.lang.Integer,java.lang.String>AdobeJpegDirectory. getTagNameMap()Method parameters in com.drew.metadata.adobe with annotations of type NotNull Modifier and Type Method Description voidAdobeJpegReader. extract(SequentialReader reader, Metadata metadata)voidAdobeJpegReader. extract(SequentialReader reader, Metadata metadata)voidAdobeJpegReader. readJpegSegments(java.lang.Iterable<byte[]> segments, Metadata metadata, JpegSegmentType segmentType)voidAdobeJpegReader. readJpegSegments(java.lang.Iterable<byte[]> segments, Metadata metadata, JpegSegmentType segmentType)voidAdobeJpegReader. readJpegSegments(java.lang.Iterable<byte[]> segments, Metadata metadata, JpegSegmentType segmentType) -
Uses of NotNull in com.drew.metadata.apple
Method parameters in com.drew.metadata.apple with annotations of type NotNull Modifier and Type Method Description voidAppleRunTimeReader. extract(byte[] bytes, Metadata metadata, Directory parentDirectory)voidAppleRunTimeReader. extract(byte[] bytes, Metadata metadata, Directory parentDirectory)voidAppleRunTimeReader. extract(byte[] bytes, Metadata metadata, Directory parentDirectory)private static voidAppleRunTimeReader. processAppleRunTime(AppleRunTimeMakernoteDirectory directory, byte[] bplist)Process the BPLIST containing the RUN_TIME tag.private static voidAppleRunTimeReader. processAppleRunTime(AppleRunTimeMakernoteDirectory directory, byte[] bplist)Process the BPLIST containing the RUN_TIME tag. -
Uses of NotNull in com.drew.metadata.avi
Fields in com.drew.metadata.avi with annotations of type NotNull Modifier and Type Field Description private AviDirectoryAviRiffHandler. _directoryprivate static java.util.HashMap<java.lang.Integer,java.lang.String>AviDirectory. _tagNameMapMethods in com.drew.metadata.avi with annotations of type NotNull Modifier and Type Method Description java.lang.StringAviDirectory. getName()protected java.util.HashMap<java.lang.Integer,java.lang.String>AviDirectory. getTagNameMap()Method parameters in com.drew.metadata.avi with annotations of type NotNull Modifier and Type Method Description voidAviRiffHandler. addError(java.lang.String message)voidAviRiffHandler. processChunk(java.lang.String fourCC, byte[] payload)voidAviRiffHandler. processChunk(java.lang.String fourCC, byte[] payload)booleanAviRiffHandler. shouldAcceptChunk(java.lang.String fourCC)booleanAviRiffHandler. shouldAcceptList(java.lang.String fourCC)booleanAviRiffHandler. shouldAcceptRiffIdentifier(java.lang.String identifier)Constructor parameters in com.drew.metadata.avi with annotations of type NotNull Constructor Description AviDescriptor(AviDirectory directory)AviRiffHandler(Metadata metadata) -
Uses of NotNull in com.drew.metadata.bmp
Fields in com.drew.metadata.bmp with annotations of type NotNull Modifier and Type Field Description private static java.util.HashMap<java.lang.Integer,java.lang.String>BmpHeaderDirectory. _tagNameMapMethods in com.drew.metadata.bmp with annotations of type NotNull Modifier and Type Method Description static java.lang.StringBmpHeaderDescriptor. formatFixed1616(int value)static java.lang.StringBmpHeaderDescriptor. formatFixed1616(long value)static java.lang.StringBmpHeaderDescriptor. formatHex(int value, int digits)static java.lang.StringBmpHeaderDescriptor. formatHex(long value, int digits)java.lang.StringBmpHeaderDirectory. getName()protected java.util.HashMap<java.lang.Integer,java.lang.String>BmpHeaderDirectory. getTagNameMap()java.lang.StringBmpHeaderDirectory.BitmapType. toString()java.lang.StringBmpHeaderDirectory.ColorSpaceType. toString()java.lang.StringBmpHeaderDirectory.Compression. toString()java.lang.StringBmpHeaderDirectory.RenderingHalftoningAlgorithm. toString()java.lang.StringBmpHeaderDirectory.RenderingIntent. toString()Method parameters in com.drew.metadata.bmp with annotations of type NotNull Modifier and Type Method Description protected voidBmpReader. addError(java.lang.String errorMessage, Metadata metadata)protected voidBmpReader. addError(java.lang.String errorMessage, Metadata metadata)voidBmpReader. extract(SequentialReader reader, Metadata metadata)voidBmpReader. extract(SequentialReader reader, Metadata metadata)protected voidBmpReader. readBitmapHeader(SequentialReader reader, BmpHeaderDirectory directory, Metadata metadata)protected voidBmpReader. readBitmapHeader(SequentialReader reader, BmpHeaderDirectory directory, Metadata metadata)protected voidBmpReader. readBitmapHeader(SequentialReader reader, BmpHeaderDirectory directory, Metadata metadata)protected voidBmpReader. readFileHeader(SequentialReader reader, Metadata metadata, boolean allowArray)protected voidBmpReader. readFileHeader(SequentialReader reader, Metadata metadata, boolean allowArray)static BmpHeaderDirectory.CompressionBmpHeaderDirectory.Compression. typeOf(BmpHeaderDirectory directory)Constructor parameters in com.drew.metadata.bmp with annotations of type NotNull Constructor Description BmpHeaderDescriptor(BmpHeaderDirectory directory) -
Uses of NotNull in com.drew.metadata.eps
Fields in com.drew.metadata.eps with annotations of type NotNull Modifier and Type Field Description (package private) static java.util.HashMap<java.lang.String,java.lang.Integer>EpsDirectory. _tagIntegerMap(package private) static java.util.HashMap<java.lang.Integer,java.lang.String>EpsDirectory. _tagNameMapMethods in com.drew.metadata.eps with annotations of type NotNull Modifier and Type Method Description java.lang.StringEpsDirectory. getName()protected java.util.HashMap<java.lang.Integer,java.lang.String>EpsDirectory. getTagNameMap()Method parameters in com.drew.metadata.eps with annotations of type NotNull Modifier and Type Method Description private voidEpsReader. addToDirectory(EpsDirectory directory, java.lang.String name, java.lang.String value)Default case that adds comment with keyword to directoryprivate static byte[]EpsReader. decodeHexCommentBlock(SequentialReader reader)EPS files can contain hexadecimal-encoded ASCII blocks, each prefixed with"% " .private voidEpsReader. extract(EpsDirectory directory, Metadata metadata, SequentialReader reader)Main method that parses all comments and then distributes data extraction among other methods that parse the rest of file and store encountered data in metadata (if there exists an entry in EpsDirectory for the found data).private voidEpsReader. extract(EpsDirectory directory, Metadata metadata, SequentialReader reader)Main method that parses all comments and then distributes data extraction among other methods that parse the rest of file and store encountered data in metadata (if there exists an entry in EpsDirectory for the found data).private voidEpsReader. extract(EpsDirectory directory, Metadata metadata, SequentialReader reader)Main method that parses all comments and then distributes data extraction among other methods that parse the rest of file and store encountered data in metadata (if there exists an entry in EpsDirectory for the found data).voidEpsReader. extract(java.io.InputStream inputStream, Metadata metadata)Filter method that determines if file will contain an EPS Header.voidEpsReader. extract(java.io.InputStream inputStream, Metadata metadata)Filter method that determines if file will contain an EPS Header.private static voidEpsReader. extractIccData(Metadata metadata, SequentialReader reader)Decodes a commented hex section, and usesIccReaderto decode the resulting data.private static voidEpsReader. extractIccData(Metadata metadata, SequentialReader reader)Decodes a commented hex section, and usesIccReaderto decode the resulting data.private static voidEpsReader. extractImageData(EpsDirectory directory, java.lang.String imageData)Parses%ImageDatacomment which holds several values including width in px, height in px and color type.private static voidEpsReader. extractPhotoshopData(Metadata metadata, SequentialReader reader)Decodes a commented hex section, and usesPhotoshopReaderto decode the resulting data.private static voidEpsReader. extractPhotoshopData(Metadata metadata, SequentialReader reader)Decodes a commented hex section, and usesPhotoshopReaderto decode the resulting data.private static voidEpsReader. extractXmpData(Metadata metadata, SequentialReader reader)Extracts an XMP xpacket, and usesXmpReaderto decode the resulting data.private static voidEpsReader. extractXmpData(Metadata metadata, SequentialReader reader)Extracts an XMP xpacket, and usesXmpReaderto decode the resulting data.private static byte[]EpsReader. readUntil(SequentialReader reader, byte[] sentinel)Reads all bytes until the given sentinel is observed.private static byte[]EpsReader. readUntil(SequentialReader reader, byte[] sentinel)Reads all bytes until the given sentinel is observed.Constructor parameters in com.drew.metadata.eps with annotations of type NotNull Constructor Description EpsDescriptor(EpsDirectory directory) -
Uses of NotNull in com.drew.metadata.exif
Fields in com.drew.metadata.exif with annotations of type NotNull Modifier and Type Field Description private static java.util.HashMap<java.lang.Integer,java.lang.String>ExifIFD0Directory. _tagNameMapprivate static java.util.HashMap<java.lang.Integer,java.lang.String>ExifImageDirectory. _tagNameMapprivate static java.util.HashMap<java.lang.Integer,java.lang.String>ExifInteropDirectory. _tagNameMapprivate static java.util.HashMap<java.lang.Integer,java.lang.String>ExifSubIFDDirectory. _tagNameMapprivate static java.util.HashMap<java.lang.Integer,java.lang.String>ExifThumbnailDirectory. _tagNameMapprivate static java.util.HashMap<java.lang.Integer,java.lang.String>GpsDirectory. _tagNameMapprivate static java.util.HashMap<java.lang.Integer,java.lang.String>PanasonicRawDistortionDirectory. _tagNameMapprivate static java.util.HashMap<java.lang.Integer,java.lang.String>PanasonicRawIFD0Directory. _tagNameMapprivate static java.util.HashMap<java.lang.Integer,java.lang.String>PanasonicRawWbInfo2Directory. _tagNameMapprivate static java.util.HashMap<java.lang.Integer,java.lang.String>PanasonicRawWbInfoDirectory. _tagNameMapprivate static java.util.HashMap<java.lang.Integer,java.lang.String>PrintIMDirectory. _tagNameMapMethods in com.drew.metadata.exif with annotations of type NotNull Modifier and Type Method Description java.lang.StringExifIFD0Directory. getName()java.lang.StringExifImageDirectory. getName()java.lang.StringExifInteropDirectory. getName()java.lang.StringExifSubIFDDirectory. getName()java.lang.StringExifThumbnailDirectory. getName()java.lang.StringGpsDirectory. getName()java.lang.StringPanasonicRawDistortionDirectory. getName()java.lang.StringPanasonicRawIFD0Directory. getName()java.lang.StringPanasonicRawWbInfo2Directory. getName()java.lang.StringPanasonicRawWbInfoDirectory. getName()java.lang.StringPrintIMDirectory. getName()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.java.lang.Iterable<JpegSegmentType>ExifReader. getSegmentTypes()protected java.util.HashMap<java.lang.Integer,java.lang.String>ExifIFD0Directory. getTagNameMap()protected java.util.HashMap<java.lang.Integer,java.lang.String>ExifImageDirectory. getTagNameMap()protected java.util.HashMap<java.lang.Integer,java.lang.String>ExifInteropDirectory. getTagNameMap()protected java.util.HashMap<java.lang.Integer,java.lang.String>ExifSubIFDDirectory. getTagNameMap()protected java.util.HashMap<java.lang.Integer,java.lang.String>ExifThumbnailDirectory. getTagNameMap()protected java.util.HashMap<java.lang.Integer,java.lang.String>GpsDirectory. getTagNameMap()protected java.util.HashMap<java.lang.Integer,java.lang.String>PanasonicRawDistortionDirectory. getTagNameMap()protected java.util.HashMap<java.lang.Integer,java.lang.String>PanasonicRawIFD0Directory. getTagNameMap()protected java.util.HashMap<java.lang.Integer,java.lang.String>PanasonicRawWbInfo2Directory. getTagNameMap()protected java.util.HashMap<java.lang.Integer,java.lang.String>PanasonicRawWbInfoDirectory. getTagNameMap()protected java.util.HashMap<java.lang.Integer,java.lang.String>PrintIMDirectory. getTagNameMap()Method parameters in com.drew.metadata.exif with annotations of type NotNull Modifier and Type Method Description booleanExifTiffHandler. customProcessTag(int tagOffset, java.util.Set<java.lang.Integer> processedIfdOffsets, int tiffHeaderOffset, RandomAccessReader reader, int tagId, int byteCount)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)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)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.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 booleanExifTiffHandler. handlePrintIM(Directory directory, int tagId)private static voidExifTiffHandler. processBinary(Directory directory, int tagValueOffset, RandomAccessReader reader, int byteCount, java.lang.Boolean isSigned, int arrayLength)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 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 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. 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. processReconyxHyperFire2Makernote(ReconyxHyperFire2MakernoteDirectory directory, int makernoteOffset, RandomAccessReader reader)private static voidExifTiffHandler. processReconyxHyperFireMakernote(ReconyxHyperFireMakernoteDirectory 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)private static voidExifTiffHandler. processReconyxUltraFireMakernote(ReconyxUltraFireMakernoteDirectory directory, int makernoteOffset, RandomAccessReader reader)voidExifReader. readJpegSegments(java.lang.Iterable<byte[]> segments, Metadata metadata, JpegSegmentType segmentType)voidExifReader. readJpegSegments(java.lang.Iterable<byte[]> segments, Metadata metadata, JpegSegmentType segmentType)voidExifReader. readJpegSegments(java.lang.Iterable<byte[]> segments, Metadata metadata, JpegSegmentType segmentType)Constructor parameters in com.drew.metadata.exif with annotations of type NotNull Constructor Description ExifDescriptorBase(T directory)ExifIFD0Descriptor(ExifIFD0Directory directory)ExifImageDescriptor(ExifImageDirectory directory)ExifInteropDescriptor(ExifInteropDirectory directory)ExifSubIFDDescriptor(ExifSubIFDDirectory directory)ExifThumbnailDescriptor(ExifThumbnailDirectory directory)ExifTiffHandler(Metadata metadata, Directory parentDirectory)GpsDescriptor(GpsDirectory directory)PanasonicRawDistortionDescriptor(PanasonicRawDistortionDirectory directory)PanasonicRawIFD0Descriptor(PanasonicRawIFD0Directory directory)PanasonicRawWbInfo2Descriptor(PanasonicRawWbInfo2Directory directory)PanasonicRawWbInfoDescriptor(PanasonicRawWbInfoDirectory directory)PrintIMDescriptor(PrintIMDirectory directory) -
Uses of NotNull in com.drew.metadata.exif.makernotes
Fields in com.drew.metadata.exif.makernotes with annotations of type NotNull Modifier and Type Field Description private static java.util.HashMap<java.lang.Integer,java.lang.String>AppleMakernoteDirectory. _tagNameMapprotected static java.util.HashMap<java.lang.Integer,java.lang.String>AppleRunTimeMakernoteDirectory. _tagNameMapprivate static java.util.HashMap<java.lang.Integer,java.lang.String>CanonMakernoteDirectory. _tagNameMapprivate static java.util.HashMap<java.lang.Integer,java.lang.String>CasioType1MakernoteDirectory. _tagNameMapprivate static java.util.HashMap<java.lang.Integer,java.lang.String>CasioType2MakernoteDirectory. _tagNameMapprivate static java.util.HashMap<java.lang.Integer,java.lang.String>FujifilmMakernoteDirectory. _tagNameMapprivate static java.util.HashMap<java.lang.Integer,java.lang.String>KodakMakernoteDirectory. _tagNameMapprivate static java.util.HashMap<java.lang.Integer,java.lang.String>KyoceraMakernoteDirectory. _tagNameMapprivate static java.util.HashMap<java.lang.Integer,java.lang.String>LeicaMakernoteDirectory. _tagNameMapprivate static java.util.HashMap<java.lang.Integer,java.lang.String>LeicaType5MakernoteDirectory. _tagNameMapprivate static java.util.HashMap<java.lang.Integer,java.lang.String>NikonType1MakernoteDirectory. _tagNameMapprivate static java.util.HashMap<java.lang.Integer,java.lang.String>NikonType2MakernoteDirectory. _tagNameMapprivate static java.util.HashMap<java.lang.Integer,java.lang.String>OlympusCameraSettingsMakernoteDirectory. _tagNameMapprivate static java.util.HashMap<java.lang.Integer,java.lang.String>OlympusEquipmentMakernoteDirectory. _tagNameMapprivate static java.util.HashMap<java.lang.Integer,java.lang.String>OlympusFocusInfoMakernoteDirectory. _tagNameMapprivate static java.util.HashMap<java.lang.Integer,java.lang.String>OlympusImageProcessingMakernoteDirectory. _tagNameMapprivate static java.util.HashMap<java.lang.Integer,java.lang.String>OlympusMakernoteDirectory. _tagNameMapprivate static java.util.HashMap<java.lang.Integer,java.lang.String>OlympusRawDevelopment2MakernoteDirectory. _tagNameMapprivate static java.util.HashMap<java.lang.Integer,java.lang.String>OlympusRawDevelopmentMakernoteDirectory. _tagNameMapprivate static java.util.HashMap<java.lang.Integer,java.lang.String>OlympusRawInfoMakernoteDirectory. _tagNameMapprivate static java.util.HashMap<java.lang.Integer,java.lang.String>PanasonicMakernoteDirectory. _tagNameMapprivate static java.util.HashMap<java.lang.Integer,java.lang.String>PentaxMakernoteDirectory. _tagNameMapprivate static java.util.HashMap<java.lang.Integer,java.lang.String>ReconyxHyperFire2MakernoteDirectory. _tagNameMapprivate static java.util.HashMap<java.lang.Integer,java.lang.String>ReconyxHyperFireMakernoteDirectory. _tagNameMapprivate static java.util.HashMap<java.lang.Integer,java.lang.String>ReconyxUltraFireMakernoteDirectory. _tagNameMapprivate static java.util.HashMap<java.lang.Integer,java.lang.String>RicohMakernoteDirectory. _tagNameMapprivate static java.util.HashMap<java.lang.Integer,java.lang.String>SamsungType2MakernoteDirectory. _tagNameMapprivate static java.util.HashMap<java.lang.Integer,java.lang.String>SanyoMakernoteDirectory. _tagNameMapprivate static java.util.HashMap<java.lang.Integer,java.lang.String>SigmaMakernoteDirectory. _tagNameMapprivate static java.util.HashMap<java.lang.Integer,java.lang.String>SonyType1MakernoteDirectory. _tagNameMapprivate static java.util.HashMap<java.lang.Integer,java.lang.String>SonyType6MakernoteDirectory. _tagNameMapMethods in com.drew.metadata.exif.makernotes with annotations of type NotNull Modifier and Type Method Description java.lang.StringAppleMakernoteDirectory. getName()java.lang.StringAppleRunTimeMakernoteDirectory. getName()java.lang.StringCanonMakernoteDirectory. getName()java.lang.StringCasioType1MakernoteDirectory. getName()java.lang.StringCasioType2MakernoteDirectory. getName()java.lang.StringFujifilmMakernoteDirectory. getName()java.lang.StringKodakMakernoteDirectory. getName()java.lang.StringKyoceraMakernoteDirectory. getName()java.lang.StringLeicaMakernoteDirectory. getName()java.lang.StringLeicaType5MakernoteDirectory. getName()java.lang.StringNikonType1MakernoteDirectory. getName()java.lang.StringNikonType2MakernoteDirectory. getName()java.lang.StringOlympusCameraSettingsMakernoteDirectory. getName()java.lang.StringOlympusEquipmentMakernoteDirectory. getName()java.lang.StringOlympusFocusInfoMakernoteDirectory. getName()java.lang.StringOlympusImageProcessingMakernoteDirectory. getName()java.lang.StringOlympusMakernoteDirectory. getName()java.lang.StringOlympusRawDevelopment2MakernoteDirectory. getName()java.lang.StringOlympusRawDevelopmentMakernoteDirectory. getName()java.lang.StringOlympusRawInfoMakernoteDirectory. getName()java.lang.StringPanasonicMakernoteDirectory. getName()java.lang.StringPentaxMakernoteDirectory. getName()java.lang.StringReconyxHyperFire2MakernoteDirectory. getName()java.lang.StringReconyxHyperFireMakernoteDirectory. getName()java.lang.StringReconyxUltraFireMakernoteDirectory. getName()java.lang.StringRicohMakernoteDirectory. getName()java.lang.StringSamsungType2MakernoteDirectory. getName()java.lang.StringSanyoMakernoteDirectory. getName()java.lang.StringSigmaMakernoteDirectory. getName()java.lang.StringSonyType1MakernoteDirectory. getName()java.lang.StringSonyType6MakernoteDirectory. getName()protected java.util.HashMap<java.lang.Integer,java.lang.String>AppleMakernoteDirectory. getTagNameMap()protected java.util.HashMap<java.lang.Integer,java.lang.String>AppleRunTimeMakernoteDirectory. getTagNameMap()protected java.util.HashMap<java.lang.Integer,java.lang.String>CanonMakernoteDirectory. getTagNameMap()protected java.util.HashMap<java.lang.Integer,java.lang.String>CasioType1MakernoteDirectory. getTagNameMap()protected java.util.HashMap<java.lang.Integer,java.lang.String>CasioType2MakernoteDirectory. getTagNameMap()protected java.util.HashMap<java.lang.Integer,java.lang.String>FujifilmMakernoteDirectory. getTagNameMap()protected java.util.HashMap<java.lang.Integer,java.lang.String>KodakMakernoteDirectory. getTagNameMap()protected java.util.HashMap<java.lang.Integer,java.lang.String>KyoceraMakernoteDirectory. getTagNameMap()protected java.util.HashMap<java.lang.Integer,java.lang.String>LeicaMakernoteDirectory. getTagNameMap()protected java.util.HashMap<java.lang.Integer,java.lang.String>LeicaType5MakernoteDirectory. getTagNameMap()protected java.util.HashMap<java.lang.Integer,java.lang.String>NikonType1MakernoteDirectory. getTagNameMap()protected java.util.HashMap<java.lang.Integer,java.lang.String>NikonType2MakernoteDirectory. getTagNameMap()protected java.util.HashMap<java.lang.Integer,java.lang.String>OlympusCameraSettingsMakernoteDirectory. getTagNameMap()protected java.util.HashMap<java.lang.Integer,java.lang.String>OlympusEquipmentMakernoteDirectory. getTagNameMap()protected java.util.HashMap<java.lang.Integer,java.lang.String>OlympusFocusInfoMakernoteDirectory. getTagNameMap()protected java.util.HashMap<java.lang.Integer,java.lang.String>OlympusImageProcessingMakernoteDirectory. getTagNameMap()protected java.util.HashMap<java.lang.Integer,java.lang.String>OlympusMakernoteDirectory. getTagNameMap()protected java.util.HashMap<java.lang.Integer,java.lang.String>OlympusRawDevelopment2MakernoteDirectory. getTagNameMap()protected java.util.HashMap<java.lang.Integer,java.lang.String>OlympusRawDevelopmentMakernoteDirectory. getTagNameMap()protected java.util.HashMap<java.lang.Integer,java.lang.String>OlympusRawInfoMakernoteDirectory. getTagNameMap()protected java.util.HashMap<java.lang.Integer,java.lang.String>PanasonicMakernoteDirectory. getTagNameMap()protected java.util.HashMap<java.lang.Integer,java.lang.String>PentaxMakernoteDirectory. getTagNameMap()protected java.util.HashMap<java.lang.Integer,java.lang.String>ReconyxHyperFire2MakernoteDirectory. getTagNameMap()protected java.util.HashMap<java.lang.Integer,java.lang.String>ReconyxHyperFireMakernoteDirectory. getTagNameMap()protected java.util.HashMap<java.lang.Integer,java.lang.String>ReconyxUltraFireMakernoteDirectory. getTagNameMap()protected java.util.HashMap<java.lang.Integer,java.lang.String>RicohMakernoteDirectory. getTagNameMap()protected java.util.HashMap<java.lang.Integer,java.lang.String>SamsungType2MakernoteDirectory. getTagNameMap()protected java.util.HashMap<java.lang.Integer,java.lang.String>SanyoMakernoteDirectory. getTagNameMap()protected java.util.HashMap<java.lang.Integer,java.lang.String>SigmaMakernoteDirectory. getTagNameMap()protected java.util.HashMap<java.lang.Integer,java.lang.String>SonyType1MakernoteDirectory. getTagNameMap()protected java.util.HashMap<java.lang.Integer,java.lang.String>SonyType6MakernoteDirectory. getTagNameMap()Method parameters in com.drew.metadata.exif.makernotes with annotations of type NotNull Modifier and Type Method Description voidOlympusMakernoteDirectory. setByteArray(int tagType, byte[] bytes)voidCanonMakernoteDirectory. setObjectArray(int tagType, java.lang.Object array) -
Uses of NotNull in com.drew.metadata.file
Fields in com.drew.metadata.file with annotations of type NotNull Modifier and Type Field Description private static java.util.HashMap<java.lang.Integer,java.lang.String>FileSystemDirectory. _tagNameMapprivate static java.util.HashMap<java.lang.Integer,java.lang.String>FileTypeDirectory. _tagNameMapMethods in com.drew.metadata.file with annotations of type NotNull Modifier and Type Method Description java.lang.StringFileSystemDirectory. getName()java.lang.StringFileTypeDirectory. getName()protected java.util.HashMap<java.lang.Integer,java.lang.String>FileSystemDirectory. getTagNameMap()protected java.util.HashMap<java.lang.Integer,java.lang.String>FileTypeDirectory. getTagNameMap()Method parameters in com.drew.metadata.file with annotations of type NotNull Modifier and Type Method Description voidFileSystemMetadataReader. read(java.io.File file, Metadata metadata)voidFileSystemMetadataReader. read(java.io.File file, Metadata metadata)Constructor parameters in com.drew.metadata.file with annotations of type NotNull Constructor Description FileSystemDescriptor(FileSystemDirectory directory)FileTypeDescriptor(FileTypeDirectory directory) -
Uses of NotNull in com.drew.metadata.gif
Fields in com.drew.metadata.gif with annotations of type NotNull Modifier and Type Field Description private static java.util.HashMap<java.lang.Integer,java.lang.String>GifAnimationDirectory. _tagNameMapprivate static java.util.HashMap<java.lang.Integer,java.lang.String>GifCommentDirectory. _tagNameMapprivate static java.util.HashMap<java.lang.Integer,java.lang.String>GifControlDirectory. _tagNameMapprivate static java.util.HashMap<java.lang.Integer,java.lang.String>GifHeaderDirectory. _tagNameMapprivate static java.util.HashMap<java.lang.Integer,java.lang.String>GifImageDirectory. _tagNameMapMethods in com.drew.metadata.gif with annotations of type NotNull Modifier and Type Method Description GifControlDirectory.DisposalMethodGifControlDirectory. getDisposalMethod()java.lang.StringGifAnimationDirectory. getName()java.lang.StringGifCommentDirectory. getName()java.lang.StringGifControlDirectory. getName()java.lang.StringGifHeaderDirectory. getName()java.lang.StringGifImageDirectory. getName()protected java.util.HashMap<java.lang.Integer,java.lang.String>GifAnimationDirectory. getTagNameMap()protected java.util.HashMap<java.lang.Integer,java.lang.String>GifCommentDirectory. getTagNameMap()protected java.util.HashMap<java.lang.Integer,java.lang.String>GifControlDirectory. getTagNameMap()protected java.util.HashMap<java.lang.Integer,java.lang.String>GifHeaderDirectory. getTagNameMap()protected java.util.HashMap<java.lang.Integer,java.lang.String>GifImageDirectory. getTagNameMap()Method parameters in com.drew.metadata.gif with annotations of type NotNull Modifier and Type Method Description voidGifReader. extract(SequentialReader reader, Metadata metadata)voidGifReader. extract(SequentialReader reader, Metadata metadata)private static GifHeaderDirectoryGifReader. readGifHeader(SequentialReader reader)Constructor parameters in com.drew.metadata.gif with annotations of type NotNull Constructor Description GifAnimationDescriptor(GifAnimationDirectory directory)GifCommentDescriptor(GifCommentDirectory directory)GifControlDescriptor(GifControlDirectory directory)GifHeaderDescriptor(GifHeaderDirectory directory)GifImageDescriptor(GifImageDirectory directory) -
Uses of NotNull in com.drew.metadata.heif
Fields in com.drew.metadata.heif with annotations of type NotNull Modifier and Type Field Description private static java.util.HashMap<java.lang.Integer,java.lang.String>HeifDirectory. _tagNameMapMethods in com.drew.metadata.heif with annotations of type NotNull Modifier and Type Method Description java.lang.StringHeifDirectory. getName()protected java.util.HashMap<java.lang.Integer,java.lang.String>HeifDirectory. getTagNameMap()Method parameters in com.drew.metadata.heif with annotations of type NotNull Modifier and Type Method Description private voidHeifPictureHandler. handleItem(ItemInfoBox.ItemInfoEntry entry, SequentialByteArrayReader payloadReader)private voidHeifPictureHandler. handleItem(ItemInfoBox.ItemInfoEntry entry, SequentialByteArrayReader payloadReader)HeifHandler<?>HeifBoxHandler. processBox(Box box, byte[] payload)HeifHandler<?>HeifBoxHandler. processBox(Box box, byte[] payload)protected HeifHandler<?>HeifPictureHandler. processBox(Box box, byte[] payload)protected HeifHandler<?>HeifPictureHandler. processBox(Box box, byte[] payload)voidHeifBoxHandler. processContainer(Box box, SequentialReader reader)voidHeifBoxHandler. processContainer(Box box, SequentialReader reader)protected voidHeifPictureHandler. processContainer(Box box, SequentialReader reader)protected voidHeifPictureHandler. processContainer(Box box, SequentialReader reader)private voidHeifBoxHandler. processFileType(SequentialReader reader, Box box)private voidHeifBoxHandler. processFileType(SequentialReader reader, Box box)booleanHeifBoxHandler. shouldAcceptBox(Box box)protected booleanHeifPictureHandler. shouldAcceptBox(Box box)booleanHeifBoxHandler. shouldAcceptContainer(Box box)protected booleanHeifPictureHandler. shouldAcceptContainer(Box box) -
Uses of NotNull in com.drew.metadata.icc
Fields in com.drew.metadata.icc with annotations of type NotNull Modifier and Type Field Description private static java.util.HashMap<java.lang.Integer,java.lang.String>IccDirectory. _tagNameMapMethods in com.drew.metadata.icc with annotations of type NotNull Modifier and Type Method Description static java.lang.StringIccDescriptor. formatDoubleAsString(double value, int precision, boolean zeroes)java.lang.StringIccDirectory. getName()java.lang.Iterable<JpegSegmentType>IccReader. getSegmentTypes()static java.lang.StringIccReader. getStringFromInt32(int d)protected java.util.HashMap<java.lang.Integer,java.lang.String>IccDirectory. getTagNameMap()Method parameters in com.drew.metadata.icc with annotations of type NotNull Modifier and Type Method Description voidIccReader. extract(RandomAccessReader reader, Metadata metadata)voidIccReader. extract(RandomAccessReader reader, Metadata metadata)voidIccReader. extract(RandomAccessReader reader, Metadata metadata, Directory parentDirectory)voidIccReader. extract(RandomAccessReader reader, Metadata metadata, Directory parentDirectory)private static intIccDescriptor. getInt32FromString(java.lang.String string)voidIccReader. readJpegSegments(java.lang.Iterable<byte[]> segments, Metadata metadata, JpegSegmentType segmentType)voidIccReader. readJpegSegments(java.lang.Iterable<byte[]> segments, Metadata metadata, JpegSegmentType segmentType)voidIccReader. readJpegSegments(java.lang.Iterable<byte[]> segments, Metadata metadata, JpegSegmentType segmentType)private voidIccReader. set4ByteString(Directory directory, int tagType, RandomAccessReader reader)private voidIccReader. set4ByteString(Directory directory, int tagType, RandomAccessReader reader)private voidIccReader. setDate(IccDirectory 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. setInt32(Directory directory, int tagType, RandomAccessReader reader)private voidIccReader. setInt64(Directory directory, int tagType, RandomAccessReader reader)private voidIccReader. setInt64(Directory directory, int tagType, RandomAccessReader reader)Constructor parameters in com.drew.metadata.icc with annotations of type NotNull Constructor Description IccDescriptor(IccDirectory directory) -
Uses of NotNull in com.drew.metadata.ico
Fields in com.drew.metadata.ico with annotations of type NotNull Modifier and Type Field Description private static java.util.HashMap<java.lang.Integer,java.lang.String>IcoDirectory. _tagNameMapMethods in com.drew.metadata.ico with annotations of type NotNull Modifier and Type Method Description java.lang.StringIcoDirectory. getName()protected java.util.HashMap<java.lang.Integer,java.lang.String>IcoDirectory. getTagNameMap()Method parameters in com.drew.metadata.ico with annotations of type NotNull Modifier and Type Method Description voidIcoReader. extract(SequentialReader reader, Metadata metadata)voidIcoReader. extract(SequentialReader reader, Metadata metadata)Constructor parameters in com.drew.metadata.ico with annotations of type NotNull Constructor Description IcoDescriptor(IcoDirectory directory) -
Uses of NotNull in com.drew.metadata.iptc
Fields in com.drew.metadata.iptc with annotations of type NotNull Modifier and Type Field Description private static java.util.HashMap<java.lang.Integer,java.lang.String>IptcDirectory. _tagNameMapMethods in com.drew.metadata.iptc with annotations of type NotNull Modifier and Type Method Description java.lang.StringIptcDirectory. getName()java.lang.Iterable<JpegSegmentType>IptcReader. getSegmentTypes()protected java.util.HashMap<java.lang.Integer,java.lang.String>IptcDirectory. getTagNameMap()Method parameters in com.drew.metadata.iptc with annotations of type NotNull Modifier and Type Method Description static java.lang.StringIso2022Converter. convertISO2022CharsetToJavaCharset(byte[] bytes)Converts the given ISO2022 char set to a Java charset name.voidIptcReader. extract(SequentialReader reader, Metadata metadata, long length)Performs the IPTC data extraction, adding found values to the specified instance ofMetadata.voidIptcReader. extract(SequentialReader reader, Metadata metadata, long length)Performs the IPTC data extraction, adding found values to the specified instance ofMetadata.voidIptcReader. extract(SequentialReader reader, Metadata metadata, long length, Directory parentDirectory)Performs the IPTC data extraction, adding found values to the specified instance ofMetadata.voidIptcReader. extract(SequentialReader reader, Metadata metadata, long length, Directory parentDirectory)Performs the IPTC data extraction, adding found values to the specified instance ofMetadata.(package private) static java.nio.charset.CharsetIso2022Converter. guessCharSet(byte[] bytes)Attempts to guess theCharsetof a string provided as a byte array.private voidIptcReader. processTag(SequentialReader reader, Directory directory, int directoryType, int tagType, int tagByteCount)private voidIptcReader. processTag(SequentialReader reader, Directory directory, int directoryType, int tagType, int tagByteCount)voidIptcReader. readJpegSegments(java.lang.Iterable<byte[]> segments, Metadata metadata, JpegSegmentType segmentType)voidIptcReader. readJpegSegments(java.lang.Iterable<byte[]> segments, Metadata metadata, JpegSegmentType segmentType)voidIptcReader. readJpegSegments(java.lang.Iterable<byte[]> segments, Metadata metadata, JpegSegmentType segmentType)Constructor parameters in com.drew.metadata.iptc with annotations of type NotNull Constructor Description IptcDescriptor(IptcDirectory directory) -
Uses of NotNull in com.drew.metadata.jfif
Fields in com.drew.metadata.jfif with annotations of type NotNull Modifier and Type Field Description private static java.util.HashMap<java.lang.Integer,java.lang.String>JfifDirectory. _tagNameMapMethods in com.drew.metadata.jfif with annotations of type NotNull Modifier and Type Method Description java.lang.StringJfifDirectory. getName()java.lang.Iterable<JpegSegmentType>JfifReader. getSegmentTypes()protected java.util.HashMap<java.lang.Integer,java.lang.String>JfifDirectory. getTagNameMap()Method parameters in com.drew.metadata.jfif with annotations of type NotNull Modifier and Type Method Description voidJfifReader. extract(RandomAccessReader reader, Metadata metadata)Performs the Jfif data extraction, adding found values to the specified instance ofMetadata.voidJfifReader. extract(RandomAccessReader reader, Metadata metadata)Performs the Jfif data extraction, adding found values to the specified instance ofMetadata.voidJfifReader. readJpegSegments(java.lang.Iterable<byte[]> segments, Metadata metadata, JpegSegmentType segmentType)voidJfifReader. readJpegSegments(java.lang.Iterable<byte[]> segments, Metadata metadata, JpegSegmentType segmentType)voidJfifReader. readJpegSegments(java.lang.Iterable<byte[]> segments, Metadata metadata, JpegSegmentType segmentType)Constructor parameters in com.drew.metadata.jfif with annotations of type NotNull Constructor Description JfifDescriptor(JfifDirectory directory) -
Uses of NotNull in com.drew.metadata.jfxx
Fields in com.drew.metadata.jfxx with annotations of type NotNull Modifier and Type Field Description private static java.util.HashMap<java.lang.Integer,java.lang.String>JfxxDirectory. _tagNameMapMethods in com.drew.metadata.jfxx with annotations of type NotNull Modifier and Type Method Description java.lang.StringJfxxDirectory. getName()java.lang.Iterable<JpegSegmentType>JfxxReader. getSegmentTypes()protected java.util.HashMap<java.lang.Integer,java.lang.String>JfxxDirectory. getTagNameMap()Method parameters in com.drew.metadata.jfxx with annotations of type NotNull Modifier and Type Method Description voidJfxxReader. extract(RandomAccessReader reader, Metadata metadata)Performs the JFXX data extraction, adding found values to the specified instance ofMetadata.voidJfxxReader. extract(RandomAccessReader reader, Metadata metadata)Performs the JFXX data extraction, adding found values to the specified instance ofMetadata.voidJfxxReader. readJpegSegments(java.lang.Iterable<byte[]> segments, Metadata metadata, JpegSegmentType segmentType)voidJfxxReader. readJpegSegments(java.lang.Iterable<byte[]> segments, Metadata metadata, JpegSegmentType segmentType)voidJfxxReader. readJpegSegments(java.lang.Iterable<byte[]> segments, Metadata metadata, JpegSegmentType segmentType)Constructor parameters in com.drew.metadata.jfxx with annotations of type NotNull Constructor Description JfxxDescriptor(JfxxDirectory directory) -
Uses of NotNull in com.drew.metadata.jpeg
Fields in com.drew.metadata.jpeg with annotations of type NotNull Modifier and Type Field Description private static java.util.HashMap<java.lang.Integer,java.lang.String>HuffmanTablesDirectory. _tagNameMapprivate static java.util.HashMap<java.lang.Integer,java.lang.String>JpegCommentDirectory. _tagNameMapprivate static java.util.HashMap<java.lang.Integer,java.lang.String>JpegDirectory. _tagNameMapprotected java.util.List<HuffmanTablesDirectory.HuffmanTable>HuffmanTablesDirectory. tablesMethods in com.drew.metadata.jpeg with annotations of type NotNull Modifier and Type Method Description java.lang.StringJpegComponent. getComponentName()Returns the component name (one of: Y, Cb, Cr, I, or Q)byte[]HuffmanTablesDirectory.HuffmanTable. getLengthBytes()java.lang.StringHuffmanTablesDirectory. getName()java.lang.StringJpegCommentDirectory. getName()java.lang.StringJpegDirectory. getName()java.lang.Iterable<JpegSegmentType>JpegCommentReader. getSegmentTypes()java.lang.Iterable<JpegSegmentType>JpegDhtReader. getSegmentTypes()java.lang.Iterable<JpegSegmentType>JpegDnlReader. getSegmentTypes()java.lang.Iterable<JpegSegmentType>JpegReader. getSegmentTypes()HuffmanTablesDirectory.HuffmanTableHuffmanTablesDirectory. getTable(int tableNumber)protected java.util.List<HuffmanTablesDirectory.HuffmanTable>HuffmanTablesDirectory. getTables()protected java.util.HashMap<java.lang.Integer,java.lang.String>HuffmanTablesDirectory. getTagNameMap()protected java.util.HashMap<java.lang.Integer,java.lang.String>JpegCommentDirectory. getTagNameMap()protected java.util.HashMap<java.lang.Integer,java.lang.String>JpegDirectory. getTagNameMap()byte[]HuffmanTablesDirectory.HuffmanTable. getValueBytes()java.lang.StringJpegComponent. toString()Method parameters in com.drew.metadata.jpeg with annotations of type NotNull Modifier and Type Method Description voidJpegDhtReader. extract(SequentialReader reader, Metadata metadata)Performs the DHT tables extraction, adding found tables to the specified instance ofMetadata.voidJpegDhtReader. extract(SequentialReader reader, Metadata metadata)Performs the DHT tables extraction, adding found tables to the specified instance ofMetadata.private byte[]JpegDhtReader. getBytes(SequentialReader reader, int count)voidJpegCommentReader. readJpegSegments(java.lang.Iterable<byte[]> segments, Metadata metadata, JpegSegmentType segmentType)voidJpegCommentReader. readJpegSegments(java.lang.Iterable<byte[]> segments, Metadata metadata, JpegSegmentType segmentType)voidJpegCommentReader. readJpegSegments(java.lang.Iterable<byte[]> segments, Metadata metadata, JpegSegmentType segmentType)voidJpegDhtReader. readJpegSegments(java.lang.Iterable<byte[]> segments, Metadata metadata, JpegSegmentType segmentType)voidJpegDhtReader. readJpegSegments(java.lang.Iterable<byte[]> segments, Metadata metadata, JpegSegmentType segmentType)voidJpegDhtReader. readJpegSegments(java.lang.Iterable<byte[]> segments, Metadata metadata, JpegSegmentType segmentType)voidJpegDnlReader. readJpegSegments(java.lang.Iterable<byte[]> segments, Metadata metadata, JpegSegmentType segmentType)voidJpegDnlReader. readJpegSegments(java.lang.Iterable<byte[]> segments, Metadata metadata, JpegSegmentType segmentType)voidJpegDnlReader. readJpegSegments(java.lang.Iterable<byte[]> segments, Metadata metadata, JpegSegmentType segmentType)voidJpegReader. readJpegSegments(java.lang.Iterable<byte[]> segments, Metadata metadata, JpegSegmentType segmentType)voidJpegReader. readJpegSegments(java.lang.Iterable<byte[]> segments, Metadata metadata, JpegSegmentType segmentType)voidJpegReader. readJpegSegments(java.lang.Iterable<byte[]> segments, Metadata metadata, JpegSegmentType segmentType)Constructor parameters in com.drew.metadata.jpeg with annotations of type NotNull Constructor Description HuffmanTable(HuffmanTablesDirectory.HuffmanTable.HuffmanTableClass tableClass, int tableDestinationId, byte[] lengthBytes, byte[] valueBytes)HuffmanTable(HuffmanTablesDirectory.HuffmanTable.HuffmanTableClass tableClass, int tableDestinationId, byte[] lengthBytes, byte[] valueBytes)HuffmanTable(HuffmanTablesDirectory.HuffmanTable.HuffmanTableClass tableClass, int tableDestinationId, byte[] lengthBytes, byte[] valueBytes)HuffmanTablesDescriptor(HuffmanTablesDirectory directory)JpegCommentDescriptor(JpegCommentDirectory directory)JpegDescriptor(JpegDirectory directory) -
Uses of NotNull in com.drew.metadata.mov
Fields in com.drew.metadata.mov with annotations of type NotNull Modifier and Type Field Description private static java.util.HashMap<java.lang.Integer,java.lang.String>QuickTimeDirectory. _tagNameMapMethods in com.drew.metadata.mov with annotations of type NotNull Modifier and Type Method Description protected QuickTimeDirectoryQuickTimeAtomHandler. createDirectory()protected QuickTimeDirectoryQuickTimeMetadataHandler. createDirectory()java.lang.StringQuickTimeDirectory. getName()protected java.util.HashMap<java.lang.Integer,java.lang.String>QuickTimeDirectory. getTagNameMap()Method parameters in com.drew.metadata.mov with annotations of type NotNull Modifier and Type Method Description QuickTimeHandler<?>QuickTimeAtomHandler. processAtom(Atom atom, byte[] payload, QuickTimeContext context)QuickTimeMediaHandler<?>QuickTimeMediaHandler. processAtom(Atom atom, byte[] payload, QuickTimeContext context)protected QuickTimeHandler<?>QuickTimeMetadataHandler. processAtom(Atom atom, byte[] payload, QuickTimeContext context)protected abstract voidQuickTimeMetadataHandler. processData(byte[] payload, SequentialByteArrayReader reader)protected abstract voidQuickTimeMetadataHandler. processData(byte[] payload, SequentialByteArrayReader reader)protected abstract voidQuickTimeMetadataHandler. processKeys(SequentialByteArrayReader reader)protected abstract voidQuickTimeMediaHandler. processMediaInformation(SequentialReader reader, Atom atom)protected abstract voidQuickTimeMediaHandler. processMediaInformation(SequentialReader reader, Atom atom)protected abstract voidQuickTimeMediaHandler. processSampleDescription(SequentialReader reader, Atom atom)protected abstract voidQuickTimeMediaHandler. processSampleDescription(SequentialReader reader, Atom atom)protected abstract voidQuickTimeMediaHandler. processTimeToSample(SequentialReader reader, Atom atom, QuickTimeContext context)protected abstract voidQuickTimeMediaHandler. processTimeToSample(SequentialReader reader, Atom atom, QuickTimeContext context)booleanQuickTimeAtomHandler. shouldAcceptAtom(Atom atom)booleanQuickTimeMediaHandler. shouldAcceptAtom(Atom atom)protected booleanQuickTimeMetadataHandler. shouldAcceptAtom(Atom atom)booleanQuickTimeAtomHandler. shouldAcceptContainer(Atom atom)booleanQuickTimeMediaHandler. shouldAcceptContainer(Atom atom)protected booleanQuickTimeMetadataHandler. shouldAcceptContainer(Atom atom)Constructor parameters in com.drew.metadata.mov with annotations of type NotNull Constructor Description QuickTimeDescriptor(QuickTimeDirectory directory) -
Uses of NotNull in com.drew.metadata.mov.atoms
-
Uses of NotNull in com.drew.metadata.mov.media
Fields in com.drew.metadata.mov.media with annotations of type NotNull Modifier and Type Field Description private static java.util.HashMap<java.lang.Integer,java.lang.String>QuickTimeMusicDirectory. _tagNameMapprivate static java.util.HashMap<java.lang.Integer,java.lang.String>QuickTimeSoundDirectory. _tagNameMapprivate static java.util.HashMap<java.lang.Integer,java.lang.String>QuickTimeSubtitleDirectory. _tagNameMapprivate static java.util.HashMap<java.lang.Integer,java.lang.String>QuickTimeTextDirectory. _tagNameMapprivate static java.util.HashMap<java.lang.Integer,java.lang.String>QuickTimeTimecodeDirectory. _tagNameMapprivate static java.util.HashMap<java.lang.Integer,java.lang.String>QuickTimeVideoDirectory. _tagNameMapMethods in com.drew.metadata.mov.media with annotations of type NotNull Modifier and Type Method Description protected QuickTimeMusicDirectoryQuickTimeMusicHandler. createDirectory()protected QuickTimeSoundDirectoryQuickTimeSoundHandler. createDirectory()protected QuickTimeSubtitleDirectoryQuickTimeSubtitleHandler. createDirectory()protected QuickTimeTextDirectoryQuickTimeTextHandler. createDirectory()protected QuickTimeTimecodeDirectoryQuickTimeTimecodeHandler. createDirectory()protected QuickTimeVideoDirectoryQuickTimeVideoHandler. createDirectory()java.lang.StringQuickTimeMusicDirectory. getName()java.lang.StringQuickTimeSoundDirectory. getName()java.lang.StringQuickTimeSubtitleDirectory. getName()java.lang.StringQuickTimeTextDirectory. getName()java.lang.StringQuickTimeTimecodeDirectory. getName()java.lang.StringQuickTimeVideoDirectory. getName()protected java.util.HashMap<java.lang.Integer,java.lang.String>QuickTimeMusicDirectory. getTagNameMap()protected java.util.HashMap<java.lang.Integer,java.lang.String>QuickTimeSoundDirectory. getTagNameMap()protected java.util.HashMap<java.lang.Integer,java.lang.String>QuickTimeSubtitleDirectory. getTagNameMap()protected java.util.HashMap<java.lang.Integer,java.lang.String>QuickTimeTextDirectory. getTagNameMap()protected java.util.HashMap<java.lang.Integer,java.lang.String>QuickTimeTimecodeDirectory. getTagNameMap()protected java.util.HashMap<java.lang.Integer,java.lang.String>QuickTimeVideoDirectory. getTagNameMap()Method parameters in com.drew.metadata.mov.media with annotations of type NotNull Modifier and Type Method Description protected voidQuickTimeMusicHandler. processMediaInformation(SequentialReader reader, Atom atom)protected voidQuickTimeMusicHandler. processMediaInformation(SequentialReader reader, Atom atom)voidQuickTimeSoundHandler. processMediaInformation(SequentialReader reader, Atom atom)voidQuickTimeSoundHandler. processMediaInformation(SequentialReader reader, Atom atom)protected voidQuickTimeSubtitleHandler. processMediaInformation(SequentialReader reader, Atom atom)protected voidQuickTimeSubtitleHandler. processMediaInformation(SequentialReader reader, Atom atom)protected voidQuickTimeTextHandler. processMediaInformation(SequentialReader reader, Atom atom)protected voidQuickTimeTextHandler. processMediaInformation(SequentialReader reader, Atom atom)voidQuickTimeTimecodeHandler. processMediaInformation(SequentialReader reader, Atom atom)voidQuickTimeTimecodeHandler. processMediaInformation(SequentialReader reader, Atom atom)voidQuickTimeVideoHandler. processMediaInformation(SequentialReader reader, Atom atom)voidQuickTimeVideoHandler. processMediaInformation(SequentialReader reader, Atom atom)protected voidQuickTimeMusicHandler. processSampleDescription(SequentialReader reader, Atom atom)protected voidQuickTimeMusicHandler. processSampleDescription(SequentialReader reader, Atom atom)voidQuickTimeSoundHandler. processSampleDescription(SequentialReader reader, Atom atom)voidQuickTimeSoundHandler. processSampleDescription(SequentialReader reader, Atom atom)protected voidQuickTimeSubtitleHandler. processSampleDescription(SequentialReader reader, Atom atom)protected voidQuickTimeSubtitleHandler. processSampleDescription(SequentialReader reader, Atom atom)protected voidQuickTimeTextHandler. processSampleDescription(SequentialReader reader, Atom atom)protected voidQuickTimeTextHandler. processSampleDescription(SequentialReader reader, Atom atom)voidQuickTimeTimecodeHandler. processSampleDescription(SequentialReader reader, Atom atom)voidQuickTimeTimecodeHandler. processSampleDescription(SequentialReader reader, Atom atom)voidQuickTimeVideoHandler. processSampleDescription(SequentialReader reader, Atom atom)voidQuickTimeVideoHandler. processSampleDescription(SequentialReader reader, Atom atom)protected voidQuickTimeMusicHandler. processTimeToSample(SequentialReader reader, Atom atom, QuickTimeContext context)protected voidQuickTimeMusicHandler. processTimeToSample(SequentialReader reader, Atom atom, QuickTimeContext context)protected voidQuickTimeSoundHandler. processTimeToSample(SequentialReader reader, Atom atom, QuickTimeContext context)protected voidQuickTimeSoundHandler. processTimeToSample(SequentialReader reader, Atom atom, QuickTimeContext context)protected voidQuickTimeSubtitleHandler. processTimeToSample(SequentialReader reader, Atom atom, QuickTimeContext context)protected voidQuickTimeSubtitleHandler. processTimeToSample(SequentialReader reader, Atom atom, QuickTimeContext context)protected voidQuickTimeTextHandler. processTimeToSample(SequentialReader reader, Atom atom, QuickTimeContext context)protected voidQuickTimeTextHandler. processTimeToSample(SequentialReader reader, Atom atom, QuickTimeContext context)protected voidQuickTimeTimecodeHandler. processTimeToSample(SequentialReader reader, Atom atom, QuickTimeContext context)protected voidQuickTimeTimecodeHandler. processTimeToSample(SequentialReader reader, Atom atom, QuickTimeContext context)voidQuickTimeVideoHandler. processTimeToSample(SequentialReader reader, Atom atom, QuickTimeContext context)voidQuickTimeVideoHandler. processTimeToSample(SequentialReader reader, Atom atom, QuickTimeContext context)Constructor parameters in com.drew.metadata.mov.media with annotations of type NotNull Constructor Description QuickTimeVideoDescriptor(QuickTimeVideoDirectory directory) -
Uses of NotNull in com.drew.metadata.mov.metadata
Fields in com.drew.metadata.mov.metadata with annotations of type NotNull Modifier and Type Field Description (package private) static java.util.HashMap<java.lang.String,java.lang.Integer>QuickTimeMetadataDirectory. _tagIntegerMapprivate static java.util.HashMap<java.lang.Integer,java.lang.String>QuickTimeMetadataDirectory. _tagNameMapMethods in com.drew.metadata.mov.metadata with annotations of type NotNull Modifier and Type Method Description java.lang.StringQuickTimeMetadataDirectory. getName()protected java.util.HashMap<java.lang.Integer,java.lang.String>QuickTimeMetadataDirectory. getTagNameMap()Method parameters in com.drew.metadata.mov.metadata with annotations of type NotNull Modifier and Type Method Description protected QuickTimeHandler<?>QuickTimeDataHandler. processAtom(Atom atom, byte[] payload, QuickTimeContext context)protected QuickTimeHandler<?>QuickTimeDirectoryHandler. processAtom(Atom atom, byte[] payload, QuickTimeContext context)protected voidQuickTimeDataHandler. processData(byte[] payload, SequentialByteArrayReader reader)protected voidQuickTimeDataHandler. processData(byte[] payload, SequentialByteArrayReader reader)protected voidQuickTimeDirectoryHandler. processData(byte[] payload, SequentialByteArrayReader reader)protected voidQuickTimeDirectoryHandler. processData(byte[] payload, SequentialByteArrayReader reader)protected voidQuickTimeDataHandler. processKeys(SequentialByteArrayReader reader)protected voidQuickTimeDirectoryHandler. processKeys(SequentialByteArrayReader reader)protected booleanQuickTimeDataHandler. shouldAcceptAtom(Atom atom)protected booleanQuickTimeDirectoryHandler. shouldAcceptAtom(Atom atom)protected booleanQuickTimeDataHandler. shouldAcceptContainer(Atom atom)protected booleanQuickTimeDirectoryHandler. shouldAcceptContainer(Atom atom) -
Uses of NotNull in com.drew.metadata.mp3
Fields in com.drew.metadata.mp3 with annotations of type NotNull Modifier and Type Field Description private static java.util.HashMap<java.lang.Integer,java.lang.String>Mp3Directory. _tagNameMapMethods in com.drew.metadata.mp3 with annotations of type NotNull Modifier and Type Method Description java.lang.StringMp3Directory. getName()protected java.util.HashMap<java.lang.Integer,java.lang.String>Mp3Directory. getTagNameMap()Method parameters in com.drew.metadata.mp3 with annotations of type NotNull Modifier and Type Method Description voidMp3Reader. extract(java.io.InputStream inputStream, Metadata metadata)voidMp3Reader. extract(java.io.InputStream inputStream, Metadata metadata) -
Uses of NotNull in com.drew.metadata.mp4
Fields in com.drew.metadata.mp4 with annotations of type NotNull Modifier and Type Field Description private static java.util.HashMap<java.lang.Integer,java.lang.String>Mp4Directory. _tagNameMapMethods in com.drew.metadata.mp4 with annotations of type NotNull Modifier and Type Method Description protected Mp4DirectoryMp4BoxHandler. getDirectory()java.lang.StringMp4Directory. getName()protected java.util.HashMap<java.lang.Integer,java.lang.String>Mp4Directory. getTagNameMap()Method parameters in com.drew.metadata.mp4 with annotations of type NotNull Modifier and Type Method Description Mp4Handler<?>Mp4BoxHandler. processBox(java.lang.String type, byte[] payload, long boxSize, Mp4Context context)Mp4Handler<?>Mp4MediaHandler. processBox(java.lang.String type, byte[] payload, long boxSize, Mp4Context context)private voidMp4BoxHandler. processFileType(SequentialReader reader, long boxSize)private voidMp4BoxHandler. processMediaHeader(SequentialReader reader, Mp4Context context)protected abstract voidMp4MediaHandler. processMediaInformation(SequentialReader reader)private voidMp4BoxHandler. processMovieHeader(SequentialReader reader)protected abstract voidMp4MediaHandler. processSampleDescription(SequentialReader reader)protected abstract voidMp4MediaHandler. processTimeToSample(SequentialReader reader, Mp4Context context)private voidMp4BoxHandler. processTrackHeader(SequentialReader reader)private voidMp4BoxHandler. processUserData(SequentialReader reader, int length)booleanMp4BoxHandler. shouldAcceptBox(java.lang.String type)booleanMp4MediaHandler. shouldAcceptBox(java.lang.String type)booleanMp4BoxHandler. shouldAcceptContainer(java.lang.String type)booleanMp4MediaHandler. shouldAcceptContainer(java.lang.String type)Constructor parameters in com.drew.metadata.mp4 with annotations of type NotNull Constructor Description Mp4Descriptor(Mp4Directory directory) -
Uses of NotNull in com.drew.metadata.mp4.media
Fields in com.drew.metadata.mp4.media with annotations of type NotNull Modifier and Type Field Description private static java.util.HashMap<java.lang.Integer,java.lang.String>Mp4HintDirectory. _tagNameMapprivate static java.util.HashMap<java.lang.Integer,java.lang.String>Mp4MetaDirectory. _tagNameMapprivate static java.util.HashMap<java.lang.Integer,java.lang.String>Mp4SoundDirectory. _tagNameMapprivate static java.util.HashMap<java.lang.Integer,java.lang.String>Mp4TextDirectory. _tagNameMapprivate static java.util.HashMap<java.lang.Integer,java.lang.String>Mp4UuidBoxDirectory. _tagNameMapprivate static java.util.HashMap<java.lang.Integer,java.lang.String>Mp4VideoDirectory. _tagNameMapMethods in com.drew.metadata.mp4.media with annotations of type NotNull Modifier and Type Method Description protected Mp4HintDirectoryMp4HintHandler. getDirectory()protected Mp4MetaDirectoryMp4MetaHandler. getDirectory()protected Mp4SoundDirectoryMp4SoundHandler. getDirectory()protected Mp4TextDirectoryMp4TextHandler. getDirectory()protected Mp4UuidBoxDirectoryMp4UuidBoxHandler. getDirectory()protected Mp4VideoDirectoryMp4VideoHandler. getDirectory()java.lang.StringMp4HintDirectory. getName()java.lang.StringMp4MetaDirectory. getName()java.lang.StringMp4SoundDirectory. getName()java.lang.StringMp4TextDirectory. getName()java.lang.StringMp4UuidBoxDirectory. getName()java.lang.StringMp4VideoDirectory. getName()protected java.util.HashMap<java.lang.Integer,java.lang.String>Mp4HintDirectory. getTagNameMap()protected java.util.HashMap<java.lang.Integer,java.lang.String>Mp4MetaDirectory. getTagNameMap()protected java.util.HashMap<java.lang.Integer,java.lang.String>Mp4SoundDirectory. getTagNameMap()protected java.util.HashMap<java.lang.Integer,java.lang.String>Mp4TextDirectory. getTagNameMap()protected java.util.HashMap<java.lang.Integer,java.lang.String>Mp4UuidBoxDirectory. getTagNameMap()protected java.util.HashMap<java.lang.Integer,java.lang.String>Mp4VideoDirectory. getTagNameMap()Method parameters in com.drew.metadata.mp4.media with annotations of type NotNull Modifier and Type Method Description Mp4Handler<?>Mp4UuidBoxHandler. processBox(java.lang.String type, byte[] payload, long boxSize, Mp4Context context)protected voidMp4HintHandler. processMediaInformation(SequentialReader reader)protected voidMp4MetaHandler. processMediaInformation(SequentialReader reader)voidMp4SoundHandler. processMediaInformation(SequentialReader reader)protected voidMp4TextHandler. processMediaInformation(SequentialReader reader)voidMp4VideoHandler. processMediaInformation(SequentialReader reader)protected voidMp4HintHandler. processSampleDescription(SequentialReader reader)protected voidMp4MetaHandler. processSampleDescription(SequentialReader reader)voidMp4SoundHandler. processSampleDescription(SequentialReader reader)protected voidMp4TextHandler. processSampleDescription(SequentialReader reader)voidMp4VideoHandler. processSampleDescription(SequentialReader reader)protected voidMp4HintHandler. processTimeToSample(SequentialReader reader, Mp4Context context)protected voidMp4MetaHandler. processTimeToSample(SequentialReader reader, Mp4Context context)protected voidMp4SoundHandler. processTimeToSample(SequentialReader reader, Mp4Context context)protected voidMp4TextHandler. processTimeToSample(SequentialReader reader, Mp4Context context)voidMp4VideoHandler. processTimeToSample(SequentialReader reader, Mp4Context context)protected booleanMp4UuidBoxHandler. shouldAcceptBox(java.lang.String type)protected booleanMp4UuidBoxHandler. shouldAcceptContainer(java.lang.String type)Constructor parameters in com.drew.metadata.mp4.media with annotations of type NotNull Constructor Description Mp4VideoDescriptor(Mp4VideoDirectory directory) -
Uses of NotNull in com.drew.metadata.pcx
Fields in com.drew.metadata.pcx with annotations of type NotNull Modifier and Type Field Description private static java.util.HashMap<java.lang.Integer,java.lang.String>PcxDirectory. _tagNameMapMethods in com.drew.metadata.pcx with annotations of type NotNull Modifier and Type Method Description java.lang.StringPcxDirectory. getName()protected java.util.HashMap<java.lang.Integer,java.lang.String>PcxDirectory. getTagNameMap()Method parameters in com.drew.metadata.pcx with annotations of type NotNull Modifier and Type Method Description voidPcxReader. extract(SequentialReader reader, Metadata metadata)voidPcxReader. extract(SequentialReader reader, Metadata metadata)Constructor parameters in com.drew.metadata.pcx with annotations of type NotNull Constructor Description PcxDescriptor(PcxDirectory directory) -
Uses of NotNull in com.drew.metadata.photoshop
Fields in com.drew.metadata.photoshop with annotations of type NotNull Modifier and Type Field Description private static java.util.HashMap<java.lang.Integer,java.lang.String>DuckyDirectory. _tagNameMap(package private) static java.util.HashMap<java.lang.Integer,java.lang.String>PhotoshopDirectory. _tagNameMapprivate static java.util.HashMap<java.lang.Integer,java.lang.String>PsdHeaderDirectory. _tagNameMapprivate static java.lang.StringDuckyReader. JPEG_SEGMENT_PREAMBLEprivate static java.lang.StringPhotoshopReader. JPEG_SEGMENT_PREAMBLEMethods in com.drew.metadata.photoshop with annotations of type NotNull Modifier and Type Method Description java.lang.StringDuckyDirectory. getName()java.lang.StringPhotoshopDirectory. getName()java.lang.StringPsdHeaderDirectory. getName()java.lang.Iterable<JpegSegmentType>DuckyReader. getSegmentTypes()java.lang.Iterable<JpegSegmentType>PhotoshopReader. getSegmentTypes()protected java.util.HashMap<java.lang.Integer,java.lang.String>DuckyDirectory. getTagNameMap()protected java.util.HashMap<java.lang.Integer,java.lang.String>PhotoshopDirectory. getTagNameMap()protected java.util.HashMap<java.lang.Integer,java.lang.String>PsdHeaderDirectory. getTagNameMap()Method parameters in com.drew.metadata.photoshop with annotations of type NotNull Modifier and Type Method Description booleanPhotoshopTiffHandler. customProcessTag(int tagOffset, java.util.Set<java.lang.Integer> processedIfdOffsets, int tiffHeaderOffset, RandomAccessReader reader, int tagId, int byteCount)booleanPhotoshopTiffHandler. customProcessTag(int tagOffset, java.util.Set<java.lang.Integer> processedIfdOffsets, int tiffHeaderOffset, RandomAccessReader reader, int tagId, int byteCount)voidDuckyReader. extract(SequentialReader reader, Metadata metadata)voidDuckyReader. extract(SequentialReader reader, Metadata metadata)voidPhotoshopReader. extract(SequentialReader reader, int length, Metadata metadata)voidPhotoshopReader. extract(SequentialReader reader, int length, Metadata metadata)voidPhotoshopReader. extract(SequentialReader reader, int length, Metadata metadata, Directory parentDirectory)voidPhotoshopReader. extract(SequentialReader reader, int length, Metadata metadata, Directory parentDirectory)voidPsdReader. extract(SequentialReader reader, Metadata metadata)voidPsdReader. extract(SequentialReader reader, Metadata metadata)voidDuckyReader. readJpegSegments(java.lang.Iterable<byte[]> segments, Metadata metadata, JpegSegmentType segmentType)voidDuckyReader. readJpegSegments(java.lang.Iterable<byte[]> segments, Metadata metadata, JpegSegmentType segmentType)voidDuckyReader. readJpegSegments(java.lang.Iterable<byte[]> segments, Metadata metadata, JpegSegmentType segmentType)voidPhotoshopReader. readJpegSegments(java.lang.Iterable<byte[]> segments, Metadata metadata, JpegSegmentType segmentType)voidPhotoshopReader. readJpegSegments(java.lang.Iterable<byte[]> segments, Metadata metadata, JpegSegmentType segmentType)voidPhotoshopReader. readJpegSegments(java.lang.Iterable<byte[]> segments, Metadata metadata, JpegSegmentType segmentType)Constructor parameters in com.drew.metadata.photoshop with annotations of type NotNull Constructor Description PhotoshopDescriptor(PhotoshopDirectory directory)PsdHeaderDescriptor(PsdHeaderDirectory directory) -
Uses of NotNull in com.drew.metadata.png
Fields in com.drew.metadata.png with annotations of type NotNull Modifier and Type Field Description private static java.util.HashMap<java.lang.Integer,java.lang.String>PngChromaticitiesDirectory. _tagNameMapprivate static java.util.HashMap<java.lang.Integer,java.lang.String>PngDirectory. _tagNameMapMethods in com.drew.metadata.png with annotations of type NotNull Modifier and Type Method Description java.lang.StringPngChromaticitiesDirectory. getName()java.lang.StringPngDirectory. getName()PngChunkTypePngDirectory. getPngChunkType()protected java.util.HashMap<java.lang.Integer,java.lang.String>PngChromaticitiesDirectory. getTagNameMap()protected java.util.HashMap<java.lang.Integer,java.lang.String>PngDirectory. getTagNameMap()Constructor parameters in com.drew.metadata.png with annotations of type NotNull Constructor Description PngDescriptor(PngDirectory directory)PngDirectory(PngChunkType pngChunkType) -
Uses of NotNull in com.drew.metadata.tiff
Methods in com.drew.metadata.tiff with annotations of type NotNull Modifier and Type Method Description private DirectoryDirectoryTiffHandler. getCurrentOrErrorDirectory()Method parameters in com.drew.metadata.tiff with annotations of type NotNull Modifier and Type Method Description voidDirectoryTiffHandler. error(java.lang.String message)protected voidDirectoryTiffHandler. pushDirectory(java.lang.Class<? extends Directory> directoryClass)voidDirectoryTiffHandler. setByteArray(int tagId, byte[] bytes)voidDirectoryTiffHandler. setDoubleArray(int tagId, double[] array)voidDirectoryTiffHandler. setFloatArray(int tagId, float[] array)voidDirectoryTiffHandler. setInt16sArray(int tagId, short[] array)voidDirectoryTiffHandler. setInt16uArray(int tagId, int[] array)voidDirectoryTiffHandler. setInt32sArray(int tagId, int[] array)voidDirectoryTiffHandler. setInt32uArray(int tagId, long[] array)voidDirectoryTiffHandler. setInt8sArray(int tagId, byte[] array)voidDirectoryTiffHandler. setInt8uArray(int tagId, short[] array)voidDirectoryTiffHandler. setRational(int tagId, Rational rational)voidDirectoryTiffHandler. setRationalArray(int tagId, Rational[] array)voidDirectoryTiffHandler. setString(int tagId, StringValue string)voidDirectoryTiffHandler. warn(java.lang.String message) -
Uses of NotNull in com.drew.metadata.wav
Fields in com.drew.metadata.wav with annotations of type NotNull Modifier and Type Field Description (package private) static java.util.HashMap<java.lang.Integer,java.lang.String>WavDirectory. _audioEncodingMapprivate java.lang.StringWavRiffHandler. _currentListprivate WavDirectoryWavRiffHandler. _directory(package private) static java.util.HashMap<java.lang.String,java.lang.Integer>WavDirectory. _tagIntegerMapprivate static java.util.HashMap<java.lang.Integer,java.lang.String>WavDirectory. _tagNameMapMethods in com.drew.metadata.wav with annotations of type NotNull Modifier and Type Method Description java.lang.StringWavDirectory. getName()protected java.util.HashMap<java.lang.Integer,java.lang.String>WavDirectory. getTagNameMap()Method parameters in com.drew.metadata.wav with annotations of type NotNull Modifier and Type Method Description voidWavRiffHandler. addError(java.lang.String message)voidWavRiffHandler. processChunk(java.lang.String fourCC, byte[] payload)voidWavRiffHandler. processChunk(java.lang.String fourCC, byte[] payload)booleanWavRiffHandler. shouldAcceptChunk(java.lang.String fourCC)booleanWavRiffHandler. shouldAcceptList(java.lang.String fourCC)booleanWavRiffHandler. shouldAcceptRiffIdentifier(java.lang.String identifier)Constructor parameters in com.drew.metadata.wav with annotations of type NotNull Constructor Description WavDescriptor(WavDirectory directory)WavRiffHandler(Metadata metadata) -
Uses of NotNull in com.drew.metadata.webp
Fields in com.drew.metadata.webp with annotations of type NotNull Modifier and Type Field Description private MetadataWebpRiffHandler. _metadataprivate static java.util.HashMap<java.lang.Integer,java.lang.String>WebpDirectory. _tagNameMapMethods in com.drew.metadata.webp with annotations of type NotNull Modifier and Type Method Description java.lang.StringWebpDirectory. getName()protected java.util.HashMap<java.lang.Integer,java.lang.String>WebpDirectory. getTagNameMap()Method parameters in com.drew.metadata.webp with annotations of type NotNull Modifier and Type Method Description voidWebpRiffHandler. addError(java.lang.String message)voidWebpRiffHandler. processChunk(java.lang.String fourCC, byte[] payload)voidWebpRiffHandler. processChunk(java.lang.String fourCC, byte[] payload)booleanWebpRiffHandler. shouldAcceptChunk(java.lang.String fourCC)booleanWebpRiffHandler. shouldAcceptList(java.lang.String fourCC)booleanWebpRiffHandler. shouldAcceptRiffIdentifier(java.lang.String identifier)Constructor parameters in com.drew.metadata.webp with annotations of type NotNull Constructor Description WebpDescriptor(WebpDirectory directory)WebpRiffHandler(Metadata metadata) -
Uses of NotNull in com.drew.metadata.xmp
Fields in com.drew.metadata.xmp with annotations of type NotNull Modifier and Type Field Description private static java.util.HashMap<java.lang.Integer,java.lang.String>XmpDirectory. _tagNameMapprivate static java.lang.StringXmpReader. ATTRIBUTE_EXTENDED_XMPprivate static com.adobe.internal.xmp.options.ParseOptionsXmpReader. PARSE_OPTIONSprivate static java.lang.StringXmpReader. SCHEMA_XMP_NOTESprivate static java.lang.StringXmpReader. XMP_EXTENSION_JPEG_PREAMBLEprivate static java.lang.StringXmpReader. XMP_JPEG_PREAMBLEMethods in com.drew.metadata.xmp with annotations of type NotNull Modifier and Type Method Description java.lang.StringXmpDirectory. getName()java.lang.Iterable<JpegSegmentType>XmpReader. getSegmentTypes()protected java.util.HashMap<java.lang.Integer,java.lang.String>XmpDirectory. getTagNameMap()com.adobe.internal.xmp.XMPMetaXmpDirectory. getXMPMeta()Gets the XMPMeta object used to populate this directory.java.util.Map<java.lang.String,java.lang.String>XmpDirectory. getXmpProperties()Gets a map of all XMP properties in this directory.Method parameters in com.drew.metadata.xmp with annotations of type NotNull Modifier and Type Method Description voidXmpReader. extract(byte[] xmpBytes, int offset, int length, Metadata metadata, Directory parentDirectory)Performs the XMP data extraction, adding found values to the specified instance ofMetadata.voidXmpReader. extract(byte[] xmpBytes, int offset, int length, Metadata metadata, Directory parentDirectory)Performs the XMP data extraction, adding found values to the specified instance ofMetadata.voidXmpReader. extract(byte[] xmpBytes, Metadata metadata)Performs the XMP data extraction, adding found values to the specified instance ofMetadata.voidXmpReader. extract(byte[] xmpBytes, Metadata metadata)Performs the XMP data extraction, adding found values to the specified instance ofMetadata.voidXmpReader. extract(byte[] xmpBytes, Metadata metadata, Directory parentDirectory)Performs the XMP data extraction, adding found values to the specified instance ofMetadata.voidXmpReader. extract(byte[] xmpBytes, Metadata metadata, Directory parentDirectory)Performs the XMP data extraction, adding found values to the specified instance ofMetadata.voidXmpReader. extract(StringValue xmpString, Metadata metadata)Performs the XMP data extraction, adding found values to the specified instance ofMetadata.voidXmpReader. extract(StringValue xmpString, Metadata metadata)Performs the XMP data extraction, adding found values to the specified instance ofMetadata.voidXmpReader. extract(java.lang.String xmpString, Metadata metadata)Performs the XMP data extraction, adding found values to the specified instance ofMetadata.voidXmpReader. extract(java.lang.String xmpString, Metadata metadata)Performs the XMP data extraction, adding found values to the specified instance ofMetadata.voidXmpReader. extract(java.lang.String xmpString, Metadata metadata, Directory parentDirectory)Performs the XMP data extraction, adding found values to the specified instance ofMetadata.voidXmpReader. extract(java.lang.String xmpString, Metadata metadata, Directory parentDirectory)Performs the XMP data extraction, adding found values to the specified instance ofMetadata.private static java.lang.StringXmpReader. getExtendedXMPGUID(Metadata metadata)Determine if there is an extended XMP section based on the standard XMP part.private static byte[]XmpReader. processExtendedXMPChunk(Metadata metadata, byte[] segmentBytes, java.lang.String extendedXMPGUID, byte[] extendedXMPBuffer)Process an Extended XMP chunk.private static byte[]XmpReader. processExtendedXMPChunk(Metadata metadata, byte[] segmentBytes, java.lang.String extendedXMPGUID, byte[] extendedXMPBuffer)Process an Extended XMP chunk.private static byte[]XmpReader. processExtendedXMPChunk(Metadata metadata, byte[] segmentBytes, java.lang.String extendedXMPGUID, byte[] extendedXMPBuffer)Process an Extended XMP chunk.voidXmpReader. readJpegSegments(java.lang.Iterable<byte[]> segments, Metadata metadata, JpegSegmentType segmentType)Version specifically for dealing with XMP found in JPEG segments.voidXmpReader. readJpegSegments(java.lang.Iterable<byte[]> segments, Metadata metadata, JpegSegmentType segmentType)Version specifically for dealing with XMP found in JPEG segments.voidXmpReader. readJpegSegments(java.lang.Iterable<byte[]> segments, Metadata metadata, JpegSegmentType segmentType)Version specifically for dealing with XMP found in JPEG segments.voidXmpDirectory. setXMPMeta(com.adobe.internal.xmp.XMPMeta xmpMeta)Constructor parameters in com.drew.metadata.xmp with annotations of type NotNull Constructor Description XmpDescriptor(XmpDirectory directory) -
Uses of NotNull in com.drew.tools
Fields in com.drew.tools with annotations of type NotNull Modifier and Type Field Description (package private) java.lang.StringProcessAllImagesInFolderUtility.MarkdownTableOutputHandler.Row. relativePathMethods in com.drew.tools with annotations of type NotNull Modifier and Type Method Description private static java.io.PrintWriterProcessAllImagesInFolderUtility.TextFileOutputHandler. openWriter(java.io.File file)static byte[]FileUtil. readBytes(java.io.File file)Reads the contents of aFileinto abyte[].static byte[]FileUtil. readBytes(java.lang.String filePath)Reads the contents of aFileinto abyte[].Method parameters in com.drew.tools with annotations of type NotNull Modifier and Type Method Description private static voidProcessAllImagesInFolderUtility.TextFileOutputHandler. deleteRecursively(java.io.File directory)protected java.lang.StringProcessAllImagesInFolderUtility.FileHandlerBase. getExtension(java.io.File file)voidProcessAllImagesInFolderUtility.FileHandler. onBeforeExtraction(java.io.File file, java.io.PrintStream log, java.lang.String relativePath)Called before extraction is performed onfilePath.voidProcessAllImagesInFolderUtility.FileHandler. onBeforeExtraction(java.io.File file, java.io.PrintStream log, java.lang.String relativePath)Called before extraction is performed onfilePath.voidProcessAllImagesInFolderUtility.FileHandler. onBeforeExtraction(java.io.File file, java.io.PrintStream log, java.lang.String relativePath)Called before extraction is performed onfilePath.voidProcessAllImagesInFolderUtility.FileHandlerBase. onBeforeExtraction(java.io.File file, java.io.PrintStream log, java.lang.String relativePath)voidProcessAllImagesInFolderUtility.FileHandlerBase. onBeforeExtraction(java.io.File file, java.io.PrintStream log, java.lang.String relativePath)voidProcessAllImagesInFolderUtility.FileHandlerBase. onBeforeExtraction(java.io.File file, java.io.PrintStream log, java.lang.String relativePath)voidProcessAllImagesInFolderUtility.TextFileOutputHandler. onBeforeExtraction(java.io.File file, java.io.PrintStream log, java.lang.String relativePath)voidProcessAllImagesInFolderUtility.TextFileOutputHandler. onBeforeExtraction(java.io.File file, java.io.PrintStream log, java.lang.String relativePath)voidProcessAllImagesInFolderUtility.TextFileOutputHandler. onBeforeExtraction(java.io.File file, java.io.PrintStream log, java.lang.String relativePath)voidProcessAllImagesInFolderUtility.FileHandler. onExtractionError(java.io.File file, java.lang.Throwable throwable, java.io.PrintStream log)Called when extraction onfilePathresulted in an exception.voidProcessAllImagesInFolderUtility.FileHandler. onExtractionError(java.io.File file, java.lang.Throwable throwable, java.io.PrintStream log)Called when extraction onfilePathresulted in an exception.voidProcessAllImagesInFolderUtility.FileHandler. onExtractionError(java.io.File file, java.lang.Throwable throwable, java.io.PrintStream log)Called when extraction onfilePathresulted in an exception.voidProcessAllImagesInFolderUtility.FileHandlerBase. onExtractionError(java.io.File file, java.lang.Throwable throwable, java.io.PrintStream log)voidProcessAllImagesInFolderUtility.FileHandlerBase. onExtractionError(java.io.File file, java.lang.Throwable throwable, java.io.PrintStream log)voidProcessAllImagesInFolderUtility.FileHandlerBase. onExtractionError(java.io.File file, java.lang.Throwable throwable, java.io.PrintStream log)voidProcessAllImagesInFolderUtility.TextFileOutputHandler. onExtractionError(java.io.File file, java.lang.Throwable throwable, java.io.PrintStream log)voidProcessAllImagesInFolderUtility.TextFileOutputHandler. onExtractionError(java.io.File file, java.lang.Throwable throwable, java.io.PrintStream log)voidProcessAllImagesInFolderUtility.TextFileOutputHandler. onExtractionError(java.io.File file, java.lang.Throwable throwable, java.io.PrintStream log)voidProcessAllImagesInFolderUtility.BasicFileHandler. onExtractionSuccess(java.io.File file, Metadata metadata, java.lang.String relativePath, java.io.PrintStream log)voidProcessAllImagesInFolderUtility.BasicFileHandler. onExtractionSuccess(java.io.File file, Metadata metadata, java.lang.String relativePath, java.io.PrintStream log)voidProcessAllImagesInFolderUtility.BasicFileHandler. onExtractionSuccess(java.io.File file, Metadata metadata, java.lang.String relativePath, java.io.PrintStream log)voidProcessAllImagesInFolderUtility.BasicFileHandler. onExtractionSuccess(java.io.File file, Metadata metadata, java.lang.String relativePath, java.io.PrintStream log)voidProcessAllImagesInFolderUtility.FileHandler. onExtractionSuccess(java.io.File file, Metadata metadata, java.lang.String relativePath, java.io.PrintStream log)Called when extraction onfilePathcompleted without an exception.voidProcessAllImagesInFolderUtility.FileHandler. onExtractionSuccess(java.io.File file, Metadata metadata, java.lang.String relativePath, java.io.PrintStream log)Called when extraction onfilePathcompleted without an exception.voidProcessAllImagesInFolderUtility.FileHandler. onExtractionSuccess(java.io.File file, Metadata metadata, java.lang.String relativePath, java.io.PrintStream log)Called when extraction onfilePathcompleted without an exception.voidProcessAllImagesInFolderUtility.FileHandler. onExtractionSuccess(java.io.File file, Metadata metadata, java.lang.String relativePath, java.io.PrintStream log)Called when extraction onfilePathcompleted without an exception.voidProcessAllImagesInFolderUtility.FileHandlerBase. onExtractionSuccess(java.io.File file, Metadata metadata, java.lang.String relativePath, java.io.PrintStream log)voidProcessAllImagesInFolderUtility.FileHandlerBase. onExtractionSuccess(java.io.File file, Metadata metadata, java.lang.String relativePath, java.io.PrintStream log)voidProcessAllImagesInFolderUtility.FileHandlerBase. onExtractionSuccess(java.io.File file, Metadata metadata, java.lang.String relativePath, java.io.PrintStream log)voidProcessAllImagesInFolderUtility.FileHandlerBase. onExtractionSuccess(java.io.File file, Metadata metadata, java.lang.String relativePath, java.io.PrintStream log)voidProcessAllImagesInFolderUtility.MarkdownTableOutputHandler. onExtractionSuccess(java.io.File file, Metadata metadata, java.lang.String relativePath, java.io.PrintStream log)voidProcessAllImagesInFolderUtility.MarkdownTableOutputHandler. onExtractionSuccess(java.io.File file, Metadata metadata, java.lang.String relativePath, java.io.PrintStream log)voidProcessAllImagesInFolderUtility.MarkdownTableOutputHandler. onExtractionSuccess(java.io.File file, Metadata metadata, java.lang.String relativePath, java.io.PrintStream log)voidProcessAllImagesInFolderUtility.MarkdownTableOutputHandler. onExtractionSuccess(java.io.File file, Metadata metadata, java.lang.String relativePath, java.io.PrintStream log)voidProcessAllImagesInFolderUtility.TextFileOutputHandler. onExtractionSuccess(java.io.File file, Metadata metadata, java.lang.String relativePath, java.io.PrintStream log)voidProcessAllImagesInFolderUtility.TextFileOutputHandler. onExtractionSuccess(java.io.File file, Metadata metadata, java.lang.String relativePath, java.io.PrintStream log)voidProcessAllImagesInFolderUtility.TextFileOutputHandler. onExtractionSuccess(java.io.File file, Metadata metadata, java.lang.String relativePath, java.io.PrintStream log)voidProcessAllImagesInFolderUtility.TextFileOutputHandler. onExtractionSuccess(java.io.File file, Metadata metadata, java.lang.String relativePath, java.io.PrintStream log)voidProcessAllImagesInFolderUtility.UnknownTagHandler. onExtractionSuccess(java.io.File file, Metadata metadata, java.lang.String relativePath, java.io.PrintStream log)voidProcessAllImagesInFolderUtility.UnknownTagHandler. onExtractionSuccess(java.io.File file, Metadata metadata, java.lang.String relativePath, java.io.PrintStream log)voidProcessAllImagesInFolderUtility.UnknownTagHandler. onExtractionSuccess(java.io.File file, Metadata metadata, java.lang.String relativePath, java.io.PrintStream log)voidProcessAllImagesInFolderUtility.UnknownTagHandler. onExtractionSuccess(java.io.File file, Metadata metadata, java.lang.String relativePath, java.io.PrintStream log)voidProcessAllImagesInFolderUtility.FileHandler. onScanCompleted(java.io.PrintStream log)Called when all files have been processed.voidProcessAllImagesInFolderUtility.FileHandlerBase. onScanCompleted(java.io.PrintStream log)voidProcessAllImagesInFolderUtility.MarkdownTableOutputHandler. onScanCompleted(java.io.PrintStream log)voidProcessAllImagesInFolderUtility.UnknownTagHandler. onScanCompleted(java.io.PrintStream log)voidProcessAllImagesInFolderUtility.FileHandler. onStartingDirectory(java.io.File directoryPath)Called when the scan is about to start processing files in directorypath.voidProcessAllImagesInFolderUtility.FileHandlerBase. onStartingDirectory(java.io.File directoryPath)voidProcessAllImagesInFolderUtility.TextFileOutputHandler. onStartingDirectory(java.io.File directoryPath)private static java.io.PrintWriterProcessAllImagesInFolderUtility.TextFileOutputHandler. openWriter(java.io.File file)private static voidProcessAllImagesInFolderUtility. processDirectory(java.io.File path, ProcessAllImagesInFolderUtility.FileHandler handler, java.lang.String relativePath, java.io.PrintStream log)private static voidProcessAllImagesInFolderUtility. processDirectory(java.io.File path, ProcessAllImagesInFolderUtility.FileHandler handler, java.lang.String relativePath, java.io.PrintStream log)private static voidProcessAllImagesInFolderUtility. processDirectory(java.io.File path, ProcessAllImagesInFolderUtility.FileHandler handler, java.lang.String relativePath, java.io.PrintStream log)static byte[]FileUtil. readBytes(java.io.File file)Reads the contents of aFileinto abyte[].static byte[]FileUtil. readBytes(java.lang.String filePath)Reads the contents of aFileinto abyte[].static voidFileUtil. saveBytes(java.io.File file, byte[] bytes)Saves the contents of abyte[]to the specifiedFile.static voidFileUtil. saveBytes(java.io.File file, byte[] bytes)Saves the contents of abyte[]to the specifiedFile.static voidExtractJpegSegmentTool. saveSegmentFiles(java.lang.String jpegFilePath, JpegSegmentData segmentData)static voidExtractJpegSegmentTool. saveSegmentFiles(java.lang.String jpegFilePath, JpegSegmentData segmentData)booleanProcessAllImagesInFolderUtility.FileHandler. shouldProcess(java.io.File file)Called to determine whether the implementation should processfilePath.booleanProcessAllImagesInFolderUtility.FileHandlerBase. shouldProcess(java.io.File file)private static voidProcessAllImagesInFolderUtility.TextFileOutputHandler. writeHierarchyLevel(Metadata metadata, java.io.PrintWriter writer, Directory parent, int level)private static voidProcessAllImagesInFolderUtility.TextFileOutputHandler. writeHierarchyLevel(Metadata metadata, java.io.PrintWriter writer, Directory parent, int level)private voidProcessAllImagesInFolderUtility.MarkdownTableOutputHandler. writeOutput(java.io.PrintStream stream)Constructor parameters in com.drew.tools with annotations of type NotNull Constructor Description Row(java.io.File file, Metadata metadata, java.lang.String relativePath)Row(java.io.File file, Metadata metadata, java.lang.String relativePath)Row(java.io.File file, Metadata metadata, java.lang.String relativePath)
-