Uses of Annotation Type
com.drew.lang.annotations.NotNull
Packages that use NotNull
Package
Description
Contains classes for working with image file formats and photographic conversions.
Contains classes for working with AVI files.
Contains classes for working with BMP files.
Contains classes for working with EPS files.
Contains classes for working with GIF files.
Contains classes for working with ICO (Windows Icon) files.
Contains classes for working with JPEG files.
Contains classes for working with MP3 files.
Contains classes for working with PCX image files.
Contains classes for working with PNG (Portable Network Graphic) files.
Contains classes for working with PSD (PhotoShop Document) files.
Contains classes for working with QuickTime files.
Contains classes for working with RAF (Fujifilm camera raw) format files.
Contains classes for working with RIFF format files, such as WebP.
Contains classes for working with TIFF format files.
Contains classes for working with WAV files.
Contains classes for working with WebP format files.
Contains classes of generic utility.
Provides classes for generic modelling of metadata directories and tags.
Contains classes for the extraction and modelling of Adobe metadata.
Contains classes for the extraction and modelling of AVI file metadata.
Contains classes for the extraction and modelling of BMP file metadata.
Contains classes for the extraction and modelling of EPS metadata.
Contains classes for the extraction and modelling of Exif metadata and camera manufacturer-specific makernotes.
Contains
Directory and TagDescriptor classes related to the
modelling of manufacturer-specific makernotes.Contains classes for the extraction and modelling of file system metadata.
Contains classes for the extraction and modelling of GIF file metadata.
https://dspace.cc.tut.fi/dpub/bitstream/handle/123456789/24147/heikkila.pdf?sequence=1
Contains classes for the extraction and modelling of ICC (International Color Consortium) profile metadata.
Contains classes for the extraction and modelling of ICO (Windows Icon) file metadata.
Contains classes for the extraction and modelling of IPTC metadata.
Contains classes for the extraction and modelling of JFIF metadata.
Contains classes for the extraction and modelling of JFXX (JFIF extension) metadata.
Contains classes for the extraction and modelling of JPEG file format metadata.
Contains classes for the extraction and modelling of MOV file format metadata.
Contains classes for extracting data from media data atom types.
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-SW1
Contains classes for the extraction and modelling of MP3 file metadata.
Contains classes for the extraction and modelling of MP4 file format metadata.
Contains classes for extracting data from media data atom types.
Contains classes for the extraction and modelling of PCX image file metadata.
Contains classes for the extraction and modelling of Photoshop metadata.
Contains classes for the extraction and modelling of PNG file metadata.
Contains classes for the extraction and modelling of TIFF file metadata.
Contains classes for the extraction and modelling of WAV file metadata.
Contains classes for the extraction and modelling of WebP file metadata.
Contains classes for the extraction and modelling of Adobe's XMP metadata.
-
Uses of NotNull in com.drew.imaging
Methods in com.drew.imaging with annotations of type NotNullModifier and TypeMethodDescriptionstatic FileTypeFileTypeDetector.detectFileType(InputStream inputStream) Examines the file's bytes and estimates the file's type.FileType.getLongName()FileType.getName()static MetadataImageMetadataReader.readMetadata(File file) static MetadataImageMetadataReader.readMetadata(InputStream inputStream) Reads metadata from anInputStream.static MetadataImageMetadataReader.readMetadata(InputStream inputStream, long streamLength) Reads metadata from anInputStreamof known length.static MetadataImageMetadataReader.readMetadata(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 NotNullModifier and TypeMethodDescriptionstatic FileTypeFileTypeDetector.detectFileType(InputStream inputStream) Examines the file's bytes and estimates the file's type.static voidAn application entry point.static MetadataImageMetadataReader.readMetadata(File file) static MetadataImageMetadataReader.readMetadata(InputStream inputStream) Reads metadata from anInputStream.static MetadataImageMetadataReader.readMetadata(InputStream inputStream, long streamLength) Reads metadata from anInputStreamof known length.static MetadataImageMetadataReader.readMetadata(InputStream inputStream, long streamLength, FileType fileType) Reads metadata from anInputStreamof known length and file type. -
Uses of NotNull in com.drew.imaging.avi
Methods in com.drew.imaging.avi with annotations of type NotNullModifier and TypeMethodDescriptionstatic MetadataAviMetadataReader.readMetadata(File file) static MetadataAviMetadataReader.readMetadata(InputStream inputStream) Method parameters in com.drew.imaging.avi with annotations of type NotNullModifier and TypeMethodDescriptionstatic MetadataAviMetadataReader.readMetadata(File file) static MetadataAviMetadataReader.readMetadata(InputStream inputStream) -
Uses of NotNull in com.drew.imaging.bmp
Methods in com.drew.imaging.bmp with annotations of type NotNullModifier and TypeMethodDescriptionstatic MetadataBmpMetadataReader.readMetadata(File file) static MetadataBmpMetadataReader.readMetadata(InputStream inputStream) Method parameters in com.drew.imaging.bmp with annotations of type NotNullModifier and TypeMethodDescriptionstatic MetadataBmpMetadataReader.readMetadata(File file) static MetadataBmpMetadataReader.readMetadata(InputStream inputStream) -
Uses of NotNull in com.drew.imaging.eps
Methods in com.drew.imaging.eps with annotations of type NotNullModifier and TypeMethodDescriptionstatic MetadataEpsMetadataReader.readMetadata(File file) static MetadataEpsMetadataReader.readMetadata(InputStream inputStream) Method parameters in com.drew.imaging.eps with annotations of type NotNullModifier and TypeMethodDescriptionstatic MetadataEpsMetadataReader.readMetadata(File file) static MetadataEpsMetadataReader.readMetadata(InputStream inputStream) -
Uses of NotNull in com.drew.imaging.gif
Methods in com.drew.imaging.gif with annotations of type NotNullModifier and TypeMethodDescriptionstatic MetadataGifMetadataReader.readMetadata(File file) static MetadataGifMetadataReader.readMetadata(InputStream inputStream) Method parameters in com.drew.imaging.gif with annotations of type NotNullModifier and TypeMethodDescriptionstatic MetadataGifMetadataReader.readMetadata(File file) static MetadataGifMetadataReader.readMetadata(InputStream inputStream) -
Uses of NotNull in com.drew.imaging.heif
Methods in com.drew.imaging.heif with annotations of type NotNullModifier and TypeMethodDescriptionstatic MetadataHeifMetadataReader.readMetadata(InputStream inputStream) Method parameters in com.drew.imaging.heif with annotations of type NotNullModifier and TypeMethodDescriptionstatic MetadataHeifMetadataReader.readMetadata(InputStream inputStream) -
Uses of NotNull in com.drew.imaging.ico
Methods in com.drew.imaging.ico with annotations of type NotNullModifier and TypeMethodDescriptionstatic MetadataIcoMetadataReader.readMetadata(File file) static MetadataIcoMetadataReader.readMetadata(InputStream inputStream) Method parameters in com.drew.imaging.ico with annotations of type NotNullModifier and TypeMethodDescriptionstatic MetadataIcoMetadataReader.readMetadata(File file) static MetadataIcoMetadataReader.readMetadata(InputStream inputStream) -
Uses of NotNull in com.drew.imaging.jpeg
Methods in com.drew.imaging.jpeg with annotations of type NotNullModifier and TypeMethodDescriptionIterable<byte[]>JpegSegmentData.getSegments(byte segmentType) Returns all instances of a given JPEG segment.Iterable<byte[]>JpegSegmentData.getSegments(JpegSegmentType segmentType) Returns all instances of a given JPEG segment.JpegSegmentMetadataReader.getSegmentTypes()Gets the set of JPEG segment types that this reader is interested in.static MetadataJpegMetadataReader.readMetadata(File file) static MetadataJpegMetadataReader.readMetadata(File file, Iterable<JpegSegmentMetadataReader> readers) static MetadataJpegMetadataReader.readMetadata(InputStream inputStream) static MetadataJpegMetadataReader.readMetadata(InputStream inputStream, Iterable<JpegSegmentMetadataReader> readers) static JpegSegmentDataJpegSegmentReader.readSegments(SequentialReader reader, Iterable<JpegSegmentType> segmentTypes) Processes the provided JPEG data, and extracts the specified JPEG segments into aJpegSegmentDataobject.static JpegSegmentDataJpegSegmentReader.readSegments(File file, 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 NotNullModifier and TypeMethodDescriptionvoidJpegSegmentData.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.Iterable<byte[]>JpegSegmentData.getSegments(JpegSegmentType segmentType) Returns all instances of a given JPEG segment.static voidJpegMetadataReader.process(Metadata metadata, InputStream inputStream) static voidJpegMetadataReader.process(Metadata metadata, InputStream inputStream) static voidJpegMetadataReader.process(Metadata metadata, InputStream inputStream, Iterable<JpegSegmentMetadataReader> readers) static voidJpegMetadataReader.process(Metadata metadata, InputStream inputStream, Iterable<JpegSegmentMetadataReader> readers) voidJpegSegmentMetadataReader.readJpegSegments(Iterable<byte[]> segments, Metadata metadata, JpegSegmentType segmentType) Extracts metadata from all instances of a particular JPEG segment type.voidJpegSegmentMetadataReader.readJpegSegments(Iterable<byte[]> segments, Metadata metadata, JpegSegmentType segmentType) Extracts metadata from all instances of a particular JPEG segment type.voidJpegSegmentMetadataReader.readJpegSegments(Iterable<byte[]> segments, Metadata metadata, JpegSegmentType segmentType) Extracts metadata from all instances of a particular JPEG segment type.static MetadataJpegMetadataReader.readMetadata(File file) static MetadataJpegMetadataReader.readMetadata(File file, Iterable<JpegSegmentMetadataReader> readers) static MetadataJpegMetadataReader.readMetadata(InputStream inputStream) static MetadataJpegMetadataReader.readMetadata(InputStream inputStream, Iterable<JpegSegmentMetadataReader> readers) static JpegSegmentDataJpegSegmentReader.readSegments(SequentialReader reader, Iterable<JpegSegmentType> segmentTypes) Processes the provided JPEG data, and extracts the specified JPEG segments into aJpegSegmentDataobject.static JpegSegmentDataJpegSegmentReader.readSegments(File file, 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 NotNullModifier and TypeMethodDescriptionstatic MetadataMp3MetadataReader.readMetadata(File file) static MetadataMp3MetadataReader.readMetadata(InputStream inputStream) Method parameters in com.drew.imaging.mp3 with annotations of type NotNullModifier and TypeMethodDescriptionstatic MetadataMp3MetadataReader.readMetadata(File file) static MetadataMp3MetadataReader.readMetadata(InputStream inputStream) -
Uses of NotNull in com.drew.imaging.mp4
Methods in com.drew.imaging.mp4 with annotations of type NotNullModifier and TypeMethodDescriptionstatic MetadataMp4MetadataReader.readMetadata(File file) static MetadataMp4MetadataReader.readMetadata(InputStream inputStream) Method parameters in com.drew.imaging.mp4 with annotations of type NotNullModifier and TypeMethodDescriptionvoidstatic voidMp4Reader.extract(InputStream inputStream, Mp4Handler<?> handler) static voidMp4Reader.extract(InputStream inputStream, Mp4Handler<?> handler) static MetadataMp4MetadataReader.readMetadata(File file) static MetadataMp4MetadataReader.readMetadata(InputStream inputStream) Constructor parameters in com.drew.imaging.mp4 with annotations of type NotNull -
Uses of NotNull in com.drew.imaging.pcx
Methods in com.drew.imaging.pcx with annotations of type NotNullModifier and TypeMethodDescriptionstatic MetadataPcxMetadataReader.readMetadata(File file) static MetadataPcxMetadataReader.readMetadata(InputStream inputStream) Method parameters in com.drew.imaging.pcx with annotations of type NotNullModifier and TypeMethodDescriptionstatic MetadataPcxMetadataReader.readMetadata(File file) static MetadataPcxMetadataReader.readMetadata(InputStream inputStream) -
Uses of NotNull in com.drew.imaging.png
Methods in com.drew.imaging.png with annotations of type NotNullModifier and TypeMethodDescriptionstatic PngColorTypePngColorType.fromNumericValue(int numericValue) int[]PngColorType.getAllowedBitDepths()byte[]PngChunk.getBytes()PngHeader.getColorType()PngColorType.getDescription()PngChunk.getType()static MetadataPngMetadataReader.readMetadata(File file) static MetadataPngMetadataReader.readMetadata(InputStream inputStream) Method parameters in com.drew.imaging.png with annotations of type NotNullModifier and TypeMethodDescriptionPngChunkReader.extract(SequentialReader reader, Set<PngChunkType> desiredChunkTypes) static MetadataPngMetadataReader.readMetadata(File file) static MetadataPngMetadataReader.readMetadata(InputStream inputStream) Constructor parameters in com.drew.imaging.png with annotations of type NotNullModifierConstructorDescriptionPngChromaticities(byte[] bytes) PngChunk(PngChunkType chunkType, byte[] bytes) PngChunk(PngChunkType chunkType, byte[] bytes) PngChunkType(byte[] bytes) PngChunkType(String identifier) PngChunkType(String identifier, boolean multipleAllowed) PngHeader(byte[] bytes) -
Uses of NotNull in com.drew.imaging.psd
Methods in com.drew.imaging.psd with annotations of type NotNullModifier and TypeMethodDescriptionstatic MetadataPsdMetadataReader.readMetadata(File file) static MetadataPsdMetadataReader.readMetadata(InputStream inputStream) Method parameters in com.drew.imaging.psd with annotations of type NotNullModifier and TypeMethodDescriptionstatic MetadataPsdMetadataReader.readMetadata(File file) static MetadataPsdMetadataReader.readMetadata(InputStream inputStream) -
Uses of NotNull in com.drew.imaging.quicktime
Methods in com.drew.imaging.quicktime with annotations of type NotNullModifier and TypeMethodDescriptionstatic MetadataQuickTimeMetadataReader.readMetadata(File file) static MetadataQuickTimeMetadataReader.readMetadata(InputStream inputStream) Method parameters in com.drew.imaging.quicktime with annotations of type NotNullModifier and TypeMethodDescriptionvoidstatic voidQuickTimeReader.extract(InputStream inputStream, QuickTimeHandler<?> handler) static voidQuickTimeReader.extract(InputStream inputStream, QuickTimeHandler<?> handler) static MetadataQuickTimeMetadataReader.readMetadata(File file) static MetadataQuickTimeMetadataReader.readMetadata(InputStream inputStream) Constructor parameters in com.drew.imaging.quicktime with annotations of type NotNull -
Uses of NotNull in com.drew.imaging.raf
Methods in com.drew.imaging.raf with annotations of type NotNullModifier and TypeMethodDescriptionstatic MetadataRafMetadataReader.readMetadata(File file) static MetadataRafMetadataReader.readMetadata(InputStream inputStream) Method parameters in com.drew.imaging.raf with annotations of type NotNullModifier and TypeMethodDescriptionstatic MetadataRafMetadataReader.readMetadata(File file) static MetadataRafMetadataReader.readMetadata(InputStream inputStream) -
Uses of NotNull in com.drew.imaging.riff
Method parameters in com.drew.imaging.riff with annotations of type NotNullModifier and TypeMethodDescriptionvoidRegisters an error message for consumption after extraction.voidRiffHandler.processChunk(String fourCC, byte[] payload) Perform whatever processing is necessary for the type of chunk with its payload.voidRiffHandler.processChunk(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(String fourCC) Gets whether this handler is interested in the specific chunk type.booleanRiffHandler.shouldAcceptList(String fourCC) Gets whether this handler is interested in the specific list type.booleanRiffHandler.shouldAcceptRiffIdentifier(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 NotNullModifier and TypeFieldDescriptionstatic final TiffDataFormatTiffDataFormat.DOUBLEstatic final TiffDataFormatTiffDataFormat.INT16_Sstatic final TiffDataFormatTiffDataFormat.INT16_Ustatic final TiffDataFormatTiffDataFormat.INT32_Sstatic final TiffDataFormatTiffDataFormat.INT32_Ustatic final TiffDataFormatTiffDataFormat.INT8_Sstatic final TiffDataFormatTiffDataFormat.INT8_Ustatic final TiffDataFormatTiffDataFormat.RATIONAL_Sstatic final TiffDataFormatTiffDataFormat.RATIONAL_Ustatic final TiffDataFormatTiffDataFormat.SINGLEstatic final TiffDataFormatTiffDataFormat.STRINGstatic final TiffDataFormatTiffDataFormat.UNDEFINEDMethods in com.drew.imaging.tiff with annotations of type NotNullModifier and TypeMethodDescriptionstatic MetadataTiffMetadataReader.readMetadata(RandomAccessReader reader) static MetadataTiffMetadataReader.readMetadata(File file) static MetadataTiffMetadataReader.readMetadata(InputStream inputStream) TiffDataFormat.toString()Method parameters in com.drew.imaging.tiff with annotations of type NotNullModifier and TypeMethodDescriptionbooleanTiffHandler.customProcessTag(int tagOffset, Set<Integer> processedIfdOffsets, int tiffHeaderOffset, RandomAccessReader reader, int tagId, int byteCount) booleanTiffHandler.customProcessTag(int tagOffset, Set<Integer> processedIfdOffsets, int tiffHeaderOffset, RandomAccessReader reader, int tagId, int byteCount) voidstatic voidTiffReader.processIfd(TiffHandler handler, RandomAccessReader reader, Set<Integer> processedIfdOffsets, int ifdOffset, int tiffHeaderOffset) Processes a TIFF IFD.static voidTiffReader.processIfd(TiffHandler handler, RandomAccessReader reader, Set<Integer> processedIfdOffsets, int ifdOffset, int tiffHeaderOffset) Processes a TIFF IFD.static voidTiffReader.processIfd(TiffHandler handler, RandomAccessReader reader, Set<Integer> processedIfdOffsets, int ifdOffset, int tiffHeaderOffset) Processes a TIFF IFD.voidTiffReader.processTiff(RandomAccessReader reader, TiffHandler handler, int tiffHeaderOffset) Processes a TIFF data sequence.voidTiffReader.processTiff(RandomAccessReader reader, TiffHandler handler, int tiffHeaderOffset) Processes a TIFF data sequence.static MetadataTiffMetadataReader.readMetadata(RandomAccessReader reader) static MetadataTiffMetadataReader.readMetadata(File file) static MetadataTiffMetadataReader.readMetadata(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) void -
Uses of NotNull in com.drew.imaging.wav
Methods in com.drew.imaging.wav with annotations of type NotNullModifier and TypeMethodDescriptionstatic MetadataWavMetadataReader.readMetadata(File file) static MetadataWavMetadataReader.readMetadata(InputStream inputStream) Method parameters in com.drew.imaging.wav with annotations of type NotNullModifier and TypeMethodDescriptionstatic MetadataWavMetadataReader.readMetadata(File file) static MetadataWavMetadataReader.readMetadata(InputStream inputStream) -
Uses of NotNull in com.drew.imaging.webp
Methods in com.drew.imaging.webp with annotations of type NotNullModifier and TypeMethodDescriptionstatic MetadataWebpMetadataReader.readMetadata(File file) static MetadataWebpMetadataReader.readMetadata(InputStream inputStream) Method parameters in com.drew.imaging.webp with annotations of type NotNullModifier and TypeMethodDescriptionstatic MetadataWebpMetadataReader.readMetadata(File file) static MetadataWebpMetadataReader.readMetadata(InputStream inputStream) -
Uses of NotNull in com.drew.lang
Methods in com.drew.lang with annotations of type NotNullModifier and TypeMethodDescriptionstatic double[]GeoLocation.decimalToDegreesMinutesSeconds(double decimal) Converts a decimal degree angle into its corresponding DMS (degrees-minutes-seconds) component values, as a double array.static 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 StringStringUtil.fromStream(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) KeyValuePair.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.RandomAccessReader.getNullTerminatedString(int index, int maxLengthBytes, Charset charset) Creates a String from the _data buffer starting at the specified index, and ending wherebyte=='\0'or wherelength==maxLength.SequentialReader.getNullTerminatedString(int maxLengthBytes, Charset charset) Creates a String from the stream, ending wherebyte=='\0'or wherelength==maxLength.RandomAccessReader.getNullTerminatedStringValue(int index, int maxLengthBytes, Charset charset) SequentialReader.getNullTerminatedStringValue(int maxLengthBytes, Charset charset) Creates a String from the stream, ending wherebyte=='\0'or wherelength==maxLength.Rational.getReciprocal()Returns the reciprocal value of this object as a new Rational.Rational.getSimplifiedInstance()Simplifies the representation of thisRationalnumber.SequentialReader.getString(int bytesRequested) RandomAccessReader.getStringValue(int index, int bytesRequested, Charset charset) SequentialReader.getStringValue(int bytesRequested, Charset charset) KeyValuePair.getValue()static StringStringUtil.join(Iterable<? extends CharSequence> strings, String delimiter) static <T extends CharSequence>
StringGeoLocation.toDMSString()Rational.toSimpleString(boolean allowDecimal) Returns the simplest representation of thisRational's value possible.CompoundException.toString()GeoLocation.toString()Rational.toString()Returns a string representation of the object of formnumerator/denominator.static StringMethod parameters in com.drew.lang with annotations of type NotNullModifier and TypeMethodDescriptionintCompares twoRationalinstances, returning true if they are mathematically equivalent (in consistence withRational.equals(Object)method).static 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 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 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 StringStringUtil.fromStream(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) RandomAccessReader.getNullTerminatedString(int index, int maxLengthBytes, Charset charset) Creates a String from the _data buffer starting at the specified index, and ending wherebyte=='\0'or wherelength==maxLength.static StringStringUtil.join(Iterable<? extends CharSequence> strings, String delimiter) static StringStringUtil.join(Iterable<? extends CharSequence> strings, String delimiter) static <T extends CharSequence>
Stringstatic <T extends CharSequence>
StringvoidCompoundException.printStackTrace(PrintStream s) voidCompoundException.printStackTrace(PrintWriter s) static intByteConvert.toInt32BigEndian(byte[] bytes) static intByteConvert.toInt32LittleEndian(byte[] bytes) static StringConstructor parameters in com.drew.lang with annotations of type NotNullModifierConstructorDescriptionByteArrayReader(byte[] buffer) ByteArrayReader(byte[] buffer, int baseOffset) KeyValuePair(String key, StringValue value) KeyValuePair(String key, StringValue value) RandomAccessFileReader(RandomAccessFile file, int baseOffset) RandomAccessStreamReader(InputStream stream) RandomAccessStreamReader(InputStream stream, int chunkLength) RandomAccessStreamReader(InputStream stream, int chunkLength, long streamLength) SequentialByteArrayReader(byte[] bytes) SequentialByteArrayReader(byte[] bytes, int baseIndex) StreamReader(InputStream stream) -
Uses of NotNull in com.drew.metadata
Fields in com.drew.metadata with annotations of type NotNullModifier and TypeFieldDescriptionstatic final Stringstatic final StringSchema.EXIF_ADDITIONAL_PROPERTIESstatic final StringSchema.EXIF_SPECIFIC_PROPERTIESstatic final StringSchema.EXIF_TIFF_PROPERTIESstatic final StringSchema.PHOTOSHOP_PROPERTIESstatic final StringSchema.XMP_PROPERTIESXMP tag namespace.Methods in com.drew.metadata with annotations of type NotNullModifier and TypeMethodDescriptionbyte[]StringValue.getBytes()Metadata.getDirectories()Returns an iterable set of theDirectoryinstances contained in this metadata collection.<T extends Directory>
Collection<T>Metadata.getDirectoriesOfType(Class<T> type) Tag.getDirectoryName()Directory.getErrors()Used to iterate over any error messages contained in this directory.abstract StringDirectory.getName()Provides the name of the directory, for display purposes.ErrorDirectory.getName()Directory.getTagName(int tagType) Returns the name of a specified tag as a String.ErrorDirectory.getTagName(int tagType) Tag.getTagName()Get the name of the tag, such asAperture, orInteropVersion.Directory.getTags()Returns an Iterator of Tag instances that have been set in this Directory.Tag.getTagTypeHex()Gets the tag type in hex notation as a String with padded leading zeroes if necessary (i.e.Face.toString()Tag.toString()A basic representation of the tag's type and value.Method parameters in com.drew.metadata with annotations of type NotNullModifier and TypeMethodDescription<T extends Directory>
voidMetadata.addDirectory(T directory) Adds a directory to this metadata collection.voidRegisters 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(String s) Parses an age object from the string format used by Panasonic cameras:0031:07:15 00:00:00<T extends Directory>
TMetadata.getFirstDirectoryOfType(Class<T> type) Gets the firstDirectoryof the specified type contained within this metadata collection.voidDirectory.setByteArray(int tagType, byte[] bytes) Sets abyte[](array) for the specified tag.voidSets 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.voidSets aObjectfor the specified tag.voidvoidDirectory.setObjectArray(int tagType, Object array) Sets an arrayObjectfor the specified tag.voidvoidDirectory.setRational(int tagType, Rational rational) Sets aRationalvalue for the specified tag.voidDirectory.setRationalArray(int tagType, Rational[] rationals) Sets aRational[](array) for the specified tag.voidSets aStringvalue for the specified tag.voidDirectory.setStringArray(int tagType, 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 NotNullModifierConstructorDescriptionStringValue(byte[] bytes, Charset charset) TagDescriptor(T directory) -
Uses of NotNull in com.drew.metadata.adobe
Methods in com.drew.metadata.adobe with annotations of type NotNullMethod parameters in com.drew.metadata.adobe with annotations of type NotNullModifier and TypeMethodDescriptionvoidAdobeJpegReader.extract(SequentialReader reader, Metadata metadata) voidAdobeJpegReader.extract(SequentialReader reader, Metadata metadata) voidAdobeJpegReader.readJpegSegments(Iterable<byte[]> segments, Metadata metadata, JpegSegmentType segmentType) voidAdobeJpegReader.readJpegSegments(Iterable<byte[]> segments, Metadata metadata, JpegSegmentType segmentType) voidAdobeJpegReader.readJpegSegments(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 NotNullModifier and TypeMethodDescriptionvoidvoidvoid -
Uses of NotNull in com.drew.metadata.avi
Methods in com.drew.metadata.avi with annotations of type NotNullMethod parameters in com.drew.metadata.avi with annotations of type NotNullModifier and TypeMethodDescriptionvoidvoidAviRiffHandler.processChunk(String fourCC, byte[] payload) voidAviRiffHandler.processChunk(String fourCC, byte[] payload) booleanAviRiffHandler.shouldAcceptChunk(String fourCC) booleanAviRiffHandler.shouldAcceptList(String fourCC) booleanAviRiffHandler.shouldAcceptRiffIdentifier(String identifier) Constructor parameters in com.drew.metadata.avi with annotations of type NotNullModifierConstructorDescriptionAviDescriptor(AviDirectory directory) AviRiffHandler(Metadata metadata) -
Uses of NotNull in com.drew.metadata.bmp
Methods in com.drew.metadata.bmp with annotations of type NotNullModifier and TypeMethodDescriptionstatic StringBmpHeaderDescriptor.formatFixed1616(int value) static StringBmpHeaderDescriptor.formatFixed1616(long value) static StringBmpHeaderDescriptor.formatHex(int value, int digits) static StringBmpHeaderDescriptor.formatHex(long value, int digits) BmpHeaderDirectory.getName()BmpHeaderDirectory.BitmapType.toString()BmpHeaderDirectory.ColorSpaceType.toString()BmpHeaderDirectory.Compression.toString()BmpHeaderDirectory.RenderingHalftoningAlgorithm.toString()BmpHeaderDirectory.RenderingIntent.toString()Method parameters in com.drew.metadata.bmp with annotations of type NotNullModifier and TypeMethodDescriptionvoidBmpReader.extract(SequentialReader reader, Metadata metadata) voidBmpReader.extract(SequentialReader reader, Metadata metadata) BmpHeaderDirectory.Compression.typeOf(BmpHeaderDirectory directory) Constructor parameters in com.drew.metadata.bmp with annotations of type NotNull -
Uses of NotNull in com.drew.metadata.eps
Methods in com.drew.metadata.eps with annotations of type NotNullMethod parameters in com.drew.metadata.eps with annotations of type NotNullModifier and TypeMethodDescriptionvoidEpsReader.extract(InputStream inputStream, Metadata metadata) Filter method that determines if file will contain an EPS Header.voidEpsReader.extract(InputStream inputStream, Metadata metadata) Filter method that determines if file will contain an EPS Header.Constructor parameters in com.drew.metadata.eps with annotations of type NotNull -
Uses of NotNull in com.drew.metadata.exif
Methods in com.drew.metadata.exif with annotations of type NotNullModifier and TypeMethodDescriptionExifIFD0Directory.getName()ExifImageDirectory.getName()ExifInteropDirectory.getName()ExifSubIFDDirectory.getName()ExifThumbnailDirectory.getName()GpsDirectory.getName()PanasonicRawDistortionDirectory.getName()PanasonicRawIFD0Directory.getName()PanasonicRawWbInfo2Directory.getName()PanasonicRawWbInfoDirectory.getName()PrintIMDirectory.getName()ExifReader.getSegmentTypes()Method parameters in com.drew.metadata.exif with annotations of type NotNullModifier and TypeMethodDescriptionbooleanExifTiffHandler.customProcessTag(int tagOffset, Set<Integer> processedIfdOffsets, int tiffHeaderOffset, RandomAccessReader reader, int tagId, int byteCount) booleanExifTiffHandler.customProcessTag(int tagOffset, Set<Integer> processedIfdOffsets, int tiffHeaderOffset, RandomAccessReader reader, int tagId, int byteCount) voidExifReader.extract(RandomAccessReader reader, Metadata metadata) Reads TIFF formatted Exif data from start of the specifiedRandomAccessReader.voidExifReader.extract(RandomAccessReader reader, Metadata metadata) 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.voidExifReader.readJpegSegments(Iterable<byte[]> segments, Metadata metadata, JpegSegmentType segmentType) voidExifReader.readJpegSegments(Iterable<byte[]> segments, Metadata metadata, JpegSegmentType segmentType) voidExifReader.readJpegSegments(Iterable<byte[]> segments, Metadata metadata, JpegSegmentType segmentType) Constructor parameters in com.drew.metadata.exif with annotations of type NotNullModifierConstructorDescriptionExifDescriptorBase(T directory) ExifIFD0Descriptor(ExifIFD0Directory directory) ExifImageDescriptor(ExifImageDirectory directory) ExifInteropDescriptor(ExifInteropDirectory directory) ExifSubIFDDescriptor(ExifSubIFDDirectory directory) ExifThumbnailDescriptor(ExifThumbnailDirectory directory) ExifTiffHandler(Metadata metadata, Directory parentDirectory, int exifStartOffset) GpsDescriptor(GpsDirectory directory) PrintIMDescriptor(PrintIMDirectory directory) -
Uses of NotNull in com.drew.metadata.exif.makernotes
Methods in com.drew.metadata.exif.makernotes with annotations of type NotNullModifier and TypeMethodDescriptionAppleMakernoteDirectory.getName()AppleRunTimeMakernoteDirectory.getName()CanonMakernoteDirectory.getName()CasioType1MakernoteDirectory.getName()CasioType2MakernoteDirectory.getName()FujifilmMakernoteDirectory.getName()KodakMakernoteDirectory.getName()KyoceraMakernoteDirectory.getName()LeicaMakernoteDirectory.getName()LeicaType5MakernoteDirectory.getName()NikonPictureControl1Directory.getName()NikonPictureControl2Directory.getName()NikonType1MakernoteDirectory.getName()NikonType2MakernoteDirectory.getName()OlympusCameraSettingsMakernoteDirectory.getName()OlympusEquipmentMakernoteDirectory.getName()OlympusFocusInfoMakernoteDirectory.getName()OlympusImageProcessingMakernoteDirectory.getName()OlympusMakernoteDirectory.getName()OlympusRawDevelopment2MakernoteDirectory.getName()OlympusRawDevelopmentMakernoteDirectory.getName()OlympusRawInfoMakernoteDirectory.getName()PanasonicMakernoteDirectory.getName()PentaxMakernoteDirectory.getName()ReconyxHyperFire2MakernoteDirectory.getName()ReconyxHyperFireMakernoteDirectory.getName()ReconyxUltraFireMakernoteDirectory.getName()RicohMakernoteDirectory.getName()SamsungType2MakernoteDirectory.getName()SanyoMakernoteDirectory.getName()SigmaMakernoteDirectory.getName()SonyTag9050bDirectory.getName()SonyType1MakernoteDirectory.getName()SonyType6MakernoteDirectory.getName()Method parameters in com.drew.metadata.exif.makernotes with annotations of type NotNullModifier and TypeMethodDescriptionvoidOlympusMakernoteDirectory.setByteArray(int tagType, byte[] bytes) voidCanonMakernoteDirectory.setObjectArray(int tagType, Object array) Constructor parameters in com.drew.metadata.exif.makernotes with annotations of type NotNullModifierConstructorDescriptionAppleMakernoteDescriptor(AppleMakernoteDirectory directory) CanonMakernoteDescriptor(CanonMakernoteDirectory directory) KodakMakernoteDescriptor(KodakMakernoteDirectory directory) LeicaMakernoteDescriptor(LeicaMakernoteDirectory directory) RicohMakernoteDescriptor(RicohMakernoteDirectory directory) SanyoMakernoteDescriptor(SanyoMakernoteDirectory directory) SigmaMakernoteDescriptor(SigmaMakernoteDirectory directory) SonyTag9050bDescriptor(SonyTag9050bDirectory directory) -
Uses of NotNull in com.drew.metadata.file
Methods in com.drew.metadata.file with annotations of type NotNullMethod parameters in com.drew.metadata.file with annotations of type NotNullModifier and TypeMethodDescriptionvoidvoidConstructor parameters in com.drew.metadata.file with annotations of type NotNullModifierConstructorDescriptionFileSystemDescriptor(FileSystemDirectory directory) FileTypeDescriptor(FileTypeDirectory directory) -
Uses of NotNull in com.drew.metadata.gif
Methods in com.drew.metadata.gif with annotations of type NotNullModifier and TypeMethodDescriptionGifControlDirectory.getDisposalMethod()GifAnimationDirectory.getName()GifCommentDirectory.getName()GifControlDirectory.getName()GifHeaderDirectory.getName()GifImageDirectory.getName()Method parameters in com.drew.metadata.gif with annotations of type NotNullModifier and TypeMethodDescriptionvoidGifReader.extract(SequentialReader reader, Metadata metadata) voidGifReader.extract(SequentialReader reader, Metadata metadata) Constructor parameters in com.drew.metadata.gif with annotations of type NotNullModifierConstructorDescriptionGifAnimationDescriptor(GifAnimationDirectory directory) GifCommentDescriptor(GifCommentDirectory directory) GifControlDescriptor(GifControlDirectory directory) GifHeaderDescriptor(GifHeaderDirectory directory) GifImageDescriptor(GifImageDirectory directory) -
Uses of NotNull in com.drew.metadata.heif
Methods in com.drew.metadata.heif with annotations of type NotNullMethod parameters in com.drew.metadata.heif with annotations of type NotNullModifier and TypeMethodDescriptionHeifHandler<?>HeifBoxHandler.processBox(Box box, byte[] payload) HeifHandler<?>HeifBoxHandler.processBox(Box box, byte[] payload) voidHeifBoxHandler.processContainer(Box box, SequentialReader reader) voidHeifBoxHandler.processContainer(Box box, SequentialReader reader) booleanHeifBoxHandler.shouldAcceptBox(Box box) booleanHeifBoxHandler.shouldAcceptContainer(Box box) -
Uses of NotNull in com.drew.metadata.icc
Methods in com.drew.metadata.icc with annotations of type NotNullModifier and TypeMethodDescriptionstatic StringIccDescriptor.formatDoubleAsString(double value, int precision, boolean zeroes) IccDirectory.getName()IccReader.getSegmentTypes()static StringIccReader.getStringFromInt32(int d) Method parameters in com.drew.metadata.icc with annotations of type NotNullModifier and TypeMethodDescriptionvoidIccReader.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) voidIccReader.readJpegSegments(Iterable<byte[]> segments, Metadata metadata, JpegSegmentType segmentType) voidIccReader.readJpegSegments(Iterable<byte[]> segments, Metadata metadata, JpegSegmentType segmentType) voidIccReader.readJpegSegments(Iterable<byte[]> segments, Metadata metadata, JpegSegmentType segmentType) Constructor parameters in com.drew.metadata.icc with annotations of type NotNull -
Uses of NotNull in com.drew.metadata.ico
Methods in com.drew.metadata.ico with annotations of type NotNullMethod parameters in com.drew.metadata.ico with annotations of type NotNullModifier and TypeMethodDescriptionvoidIcoReader.extract(SequentialReader reader, Metadata metadata) voidIcoReader.extract(SequentialReader reader, Metadata metadata) Constructor parameters in com.drew.metadata.ico with annotations of type NotNull -
Uses of NotNull in com.drew.metadata.iptc
Methods in com.drew.metadata.iptc with annotations of type NotNullMethod parameters in com.drew.metadata.iptc with annotations of type NotNullModifier and TypeMethodDescriptionstatic 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.voidIptcReader.readJpegSegments(Iterable<byte[]> segments, Metadata metadata, JpegSegmentType segmentType) voidIptcReader.readJpegSegments(Iterable<byte[]> segments, Metadata metadata, JpegSegmentType segmentType) voidIptcReader.readJpegSegments(Iterable<byte[]> segments, Metadata metadata, JpegSegmentType segmentType) Constructor parameters in com.drew.metadata.iptc with annotations of type NotNull -
Uses of NotNull in com.drew.metadata.jfif
Methods in com.drew.metadata.jfif with annotations of type NotNullMethod parameters in com.drew.metadata.jfif with annotations of type NotNullModifier and TypeMethodDescriptionvoidJfifReader.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(Iterable<byte[]> segments, Metadata metadata, JpegSegmentType segmentType) voidJfifReader.readJpegSegments(Iterable<byte[]> segments, Metadata metadata, JpegSegmentType segmentType) voidJfifReader.readJpegSegments(Iterable<byte[]> segments, Metadata metadata, JpegSegmentType segmentType) Constructor parameters in com.drew.metadata.jfif with annotations of type NotNull -
Uses of NotNull in com.drew.metadata.jfxx
Methods in com.drew.metadata.jfxx with annotations of type NotNullMethod parameters in com.drew.metadata.jfxx with annotations of type NotNullModifier and TypeMethodDescriptionvoidJfxxReader.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(Iterable<byte[]> segments, Metadata metadata, JpegSegmentType segmentType) voidJfxxReader.readJpegSegments(Iterable<byte[]> segments, Metadata metadata, JpegSegmentType segmentType) voidJfxxReader.readJpegSegments(Iterable<byte[]> segments, Metadata metadata, JpegSegmentType segmentType) Constructor parameters in com.drew.metadata.jfxx with annotations of type NotNull -
Uses of NotNull in com.drew.metadata.jpeg
Methods in com.drew.metadata.jpeg with annotations of type NotNullModifier and TypeMethodDescriptionJpegComponent.getComponentName()Returns the component name (one of: Y, Cb, Cr, I, or Q)byte[]HuffmanTablesDirectory.HuffmanTable.getLengthBytes()HuffmanTablesDirectory.getName()JpegCommentDirectory.getName()JpegDirectory.getName()JpegCommentReader.getSegmentTypes()JpegDhtReader.getSegmentTypes()JpegDnlReader.getSegmentTypes()JpegReader.getSegmentTypes()HuffmanTablesDirectory.getTable(int tableNumber) byte[]HuffmanTablesDirectory.HuffmanTable.getValueBytes()JpegComponent.toString()Method parameters in com.drew.metadata.jpeg with annotations of type NotNullModifier and TypeMethodDescriptionvoidJpegDhtReader.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.voidJpegCommentReader.readJpegSegments(Iterable<byte[]> segments, Metadata metadata, JpegSegmentType segmentType) voidJpegCommentReader.readJpegSegments(Iterable<byte[]> segments, Metadata metadata, JpegSegmentType segmentType) voidJpegCommentReader.readJpegSegments(Iterable<byte[]> segments, Metadata metadata, JpegSegmentType segmentType) voidJpegDhtReader.readJpegSegments(Iterable<byte[]> segments, Metadata metadata, JpegSegmentType segmentType) voidJpegDhtReader.readJpegSegments(Iterable<byte[]> segments, Metadata metadata, JpegSegmentType segmentType) voidJpegDhtReader.readJpegSegments(Iterable<byte[]> segments, Metadata metadata, JpegSegmentType segmentType) voidJpegDnlReader.readJpegSegments(Iterable<byte[]> segments, Metadata metadata, JpegSegmentType segmentType) voidJpegDnlReader.readJpegSegments(Iterable<byte[]> segments, Metadata metadata, JpegSegmentType segmentType) voidJpegDnlReader.readJpegSegments(Iterable<byte[]> segments, Metadata metadata, JpegSegmentType segmentType) voidJpegReader.readJpegSegments(Iterable<byte[]> segments, Metadata metadata, JpegSegmentType segmentType) voidJpegReader.readJpegSegments(Iterable<byte[]> segments, Metadata metadata, JpegSegmentType segmentType) voidJpegReader.readJpegSegments(Iterable<byte[]> segments, Metadata metadata, JpegSegmentType segmentType) Constructor parameters in com.drew.metadata.jpeg with annotations of type NotNullModifierConstructorDescriptionHuffmanTable(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
Methods in com.drew.metadata.mov with annotations of type NotNullMethod parameters in com.drew.metadata.mov with annotations of type NotNullModifier and TypeMethodDescriptionQuickTimeAtomHandler.processAtom(Atom atom, byte[] payload, QuickTimeContext context) QuickTimeMediaHandler.processAtom(Atom atom, byte[] payload, QuickTimeContext context) booleanQuickTimeAtomHandler.shouldAcceptAtom(Atom atom) booleanQuickTimeMediaHandler.shouldAcceptAtom(Atom atom) booleanQuickTimeAtomHandler.shouldAcceptContainer(Atom atom) booleanQuickTimeMediaHandler.shouldAcceptContainer(Atom atom) Constructor parameters in com.drew.metadata.mov with annotations of type NotNull -
Uses of NotNull in com.drew.metadata.mov.media
Methods in com.drew.metadata.mov.media with annotations of type NotNullModifier and TypeMethodDescriptionQuickTimeMusicDirectory.getName()QuickTimeSoundDirectory.getName()QuickTimeSubtitleDirectory.getName()QuickTimeTextDirectory.getName()QuickTimeTimecodeDirectory.getName()QuickTimeVideoDirectory.getName()Method parameters in com.drew.metadata.mov.media with annotations of type NotNullModifier and TypeMethodDescriptionvoidQuickTimeSoundHandler.processMediaInformation(SequentialReader reader, Atom atom) voidQuickTimeSoundHandler.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) voidQuickTimeSoundHandler.processSampleDescription(SequentialReader reader, Atom atom) voidQuickTimeSoundHandler.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) 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 -
Uses of NotNull in com.drew.metadata.mov.metadata
Methods in com.drew.metadata.mov.metadata with annotations of type NotNull -
Uses of NotNull in com.drew.metadata.mp3
Methods in com.drew.metadata.mp3 with annotations of type NotNullMethod parameters in com.drew.metadata.mp3 with annotations of type NotNullModifier and TypeMethodDescriptionvoidMp3Reader.extract(InputStream inputStream, Metadata metadata) voidMp3Reader.extract(InputStream inputStream, Metadata metadata) -
Uses of NotNull in com.drew.metadata.mp4
Methods in com.drew.metadata.mp4 with annotations of type NotNullMethod parameters in com.drew.metadata.mp4 with annotations of type NotNullModifier and TypeMethodDescriptionMp4Handler<?>Mp4BoxHandler.processBox(String type, byte[] payload, long boxSize, Mp4Context context) Mp4Handler<?>Mp4MediaHandler.processBox(String type, byte[] payload, long boxSize, Mp4Context context) booleanMp4BoxHandler.shouldAcceptBox(String type) booleanMp4MediaHandler.shouldAcceptBox(String type) booleanMp4BoxHandler.shouldAcceptContainer(String type) booleanMp4MediaHandler.shouldAcceptContainer(String type) Constructor parameters in com.drew.metadata.mp4 with annotations of type NotNull -
Uses of NotNull in com.drew.metadata.mp4.media
Methods in com.drew.metadata.mp4.media with annotations of type NotNullModifier and TypeMethodDescriptionMp4HintDirectory.getName()Mp4MetaDirectory.getName()Mp4SoundDirectory.getName()Mp4TextDirectory.getName()Mp4UuidBoxDirectory.getName()Mp4VideoDirectory.getName()Method parameters in com.drew.metadata.mp4.media with annotations of type NotNullModifier and TypeMethodDescriptionMp4Handler<?>Mp4UuidBoxHandler.processBox(String type, byte[] payload, long boxSize, Mp4Context context) voidMp4SoundHandler.processMediaInformation(SequentialReader reader) voidMp4VideoHandler.processMediaInformation(SequentialReader reader) voidMp4SoundHandler.processSampleDescription(SequentialReader reader) voidMp4VideoHandler.processSampleDescription(SequentialReader reader) voidMp4VideoHandler.processTimeToSample(SequentialReader reader, Mp4Context context) Constructor parameters in com.drew.metadata.mp4.media with annotations of type NotNull -
Uses of NotNull in com.drew.metadata.pcx
Methods in com.drew.metadata.pcx with annotations of type NotNullMethod parameters in com.drew.metadata.pcx with annotations of type NotNullModifier and TypeMethodDescriptionvoidPcxReader.extract(SequentialReader reader, Metadata metadata) voidPcxReader.extract(SequentialReader reader, Metadata metadata) Constructor parameters in com.drew.metadata.pcx with annotations of type NotNull -
Uses of NotNull in com.drew.metadata.photoshop
Methods in com.drew.metadata.photoshop with annotations of type NotNullModifier and TypeMethodDescriptionDuckyDirectory.getName()PhotoshopDirectory.getName()PsdHeaderDirectory.getName()DuckyReader.getSegmentTypes()PhotoshopReader.getSegmentTypes()Method parameters in com.drew.metadata.photoshop with annotations of type NotNullModifier and TypeMethodDescriptionbooleanPhotoshopTiffHandler.customProcessTag(int tagOffset, Set<Integer> processedIfdOffsets, int tiffHeaderOffset, RandomAccessReader reader, int tagId, int byteCount) booleanPhotoshopTiffHandler.customProcessTag(int tagOffset, Set<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(Iterable<byte[]> segments, Metadata metadata, JpegSegmentType segmentType) voidDuckyReader.readJpegSegments(Iterable<byte[]> segments, Metadata metadata, JpegSegmentType segmentType) voidDuckyReader.readJpegSegments(Iterable<byte[]> segments, Metadata metadata, JpegSegmentType segmentType) voidPhotoshopReader.readJpegSegments(Iterable<byte[]> segments, Metadata metadata, JpegSegmentType segmentType) voidPhotoshopReader.readJpegSegments(Iterable<byte[]> segments, Metadata metadata, JpegSegmentType segmentType) voidPhotoshopReader.readJpegSegments(Iterable<byte[]> segments, Metadata metadata, JpegSegmentType segmentType) Constructor parameters in com.drew.metadata.photoshop with annotations of type NotNullModifierConstructorDescriptionPhotoshopDescriptor(PhotoshopDirectory directory) PsdHeaderDescriptor(PsdHeaderDirectory directory) -
Uses of NotNull in com.drew.metadata.png
Methods in com.drew.metadata.png with annotations of type NotNullModifier and TypeMethodDescriptionPngChromaticitiesDirectory.getName()PngDirectory.getName()PngDirectory.getPngChunkType()Constructor parameters in com.drew.metadata.png with annotations of type NotNullModifierConstructorDescriptionPngDescriptor(PngDirectory directory) PngDirectory(PngChunkType pngChunkType) -
Uses of NotNull in com.drew.metadata.tiff
Method parameters in com.drew.metadata.tiff with annotations of type NotNullModifier and TypeMethodDescriptionvoidvoidDirectoryTiffHandler.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) void -
Uses of NotNull in com.drew.metadata.wav
Methods in com.drew.metadata.wav with annotations of type NotNullMethod parameters in com.drew.metadata.wav with annotations of type NotNullModifier and TypeMethodDescriptionvoidvoidWavRiffHandler.processChunk(String fourCC, byte[] payload) voidWavRiffHandler.processChunk(String fourCC, byte[] payload) booleanWavRiffHandler.shouldAcceptChunk(String fourCC) booleanWavRiffHandler.shouldAcceptList(String fourCC) booleanWavRiffHandler.shouldAcceptRiffIdentifier(String identifier) Constructor parameters in com.drew.metadata.wav with annotations of type NotNullModifierConstructorDescriptionWavDescriptor(WavDirectory directory) WavRiffHandler(Metadata metadata) -
Uses of NotNull in com.drew.metadata.webp
Methods in com.drew.metadata.webp with annotations of type NotNullMethod parameters in com.drew.metadata.webp with annotations of type NotNullModifier and TypeMethodDescriptionvoidvoidWebpRiffHandler.processChunk(String fourCC, byte[] payload) voidWebpRiffHandler.processChunk(String fourCC, byte[] payload) booleanWebpRiffHandler.shouldAcceptChunk(String fourCC) booleanWebpRiffHandler.shouldAcceptList(String fourCC) booleanWebpRiffHandler.shouldAcceptRiffIdentifier(String identifier) Constructor parameters in com.drew.metadata.webp with annotations of type NotNullModifierConstructorDescriptionWebpDescriptor(WebpDirectory directory) WebpRiffHandler(Metadata metadata) -
Uses of NotNull in com.drew.metadata.xmp
Methods in com.drew.metadata.xmp with annotations of type NotNullModifier and TypeMethodDescriptionXmpDirectory.getName()XmpReader.getSegmentTypes()com.adobe.internal.xmp.XMPMetaXmpDirectory.getXMPMeta()Gets the XMPMeta object used to populate this directory.XmpDirectory.getXmpProperties()Gets a map of all XMP properties in this directory.Method parameters in com.drew.metadata.xmp with annotations of type NotNullModifier and TypeMethodDescriptionvoidXmpReader.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.voidPerforms the XMP data extraction, adding found values to the specified instance ofMetadata.voidPerforms the XMP data extraction, adding found values to the specified instance ofMetadata.voidPerforms the XMP data extraction, adding found values to the specified instance ofMetadata.voidPerforms 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.voidPerforms the XMP data extraction, adding found values to the specified instance ofMetadata.voidPerforms the XMP data extraction, adding found values to the specified instance ofMetadata.voidPerforms the XMP data extraction, adding found values to the specified instance ofMetadata.voidPerforms the XMP data extraction, adding found values to the specified instance ofMetadata.voidXmpReader.readJpegSegments(Iterable<byte[]> segments, Metadata metadata, JpegSegmentType segmentType) Version specifically for dealing with XMP found in JPEG segments.voidXmpReader.readJpegSegments(Iterable<byte[]> segments, Metadata metadata, JpegSegmentType segmentType) Version specifically for dealing with XMP found in JPEG segments.voidXmpReader.readJpegSegments(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