Uses of Class
com.drew.lang.SequentialReader
Packages that use SequentialReader
Package
Description
Contains classes for working with JPEG files.
Contains classes for working with PNG (Portable Network Graphic) files.
Contains classes for working with RIFF format files, such as WebP.
Contains classes of generic utility.
Contains classes for the extraction and modelling of Adobe metadata.
Contains classes for the extraction and modelling of BMP file 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 ICO (Windows Icon) file metadata.
Contains classes for the extraction and modelling of IPTC metadata.
Contains classes for the extraction and modelling of JPEG file format metadata.
Contains classes for extracting data from media data atom types.
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.
-
Uses of SequentialReader in com.drew.imaging.jpeg
Methods in com.drew.imaging.jpeg with parameters of type SequentialReaderModifier and TypeMethodDescriptionstatic JpegSegmentDataJpegSegmentReader.readSegments(SequentialReader reader, Iterable<JpegSegmentType> segmentTypes) Processes the provided JPEG data, and extracts the specified JPEG segments into aJpegSegmentDataobject. -
Uses of SequentialReader in com.drew.imaging.png
Methods in com.drew.imaging.png with parameters of type SequentialReaderModifier and TypeMethodDescriptionPngChunkReader.extract(SequentialReader reader, Set<PngChunkType> desiredChunkTypes) -
Uses of SequentialReader in com.drew.imaging.riff
Methods in com.drew.imaging.riff with parameters of type SequentialReaderModifier and TypeMethodDescriptionvoidRiffReader.processChunks(SequentialReader reader, int sectionSize, RiffHandler handler) voidRiffReader.processRiff(SequentialReader reader, RiffHandler handler) Processes a RIFF data sequence. -
Uses of SequentialReader in com.drew.lang
Subclasses of SequentialReader in com.drew.lang -
Uses of SequentialReader in com.drew.metadata.adobe
Methods in com.drew.metadata.adobe with parameters of type SequentialReaderModifier and TypeMethodDescriptionvoidAdobeJpegReader.extract(SequentialReader reader, Metadata metadata) -
Uses of SequentialReader in com.drew.metadata.bmp
Methods in com.drew.metadata.bmp with parameters of type SequentialReaderModifier and TypeMethodDescriptionvoidBmpReader.extract(SequentialReader reader, Metadata metadata) -
Uses of SequentialReader in com.drew.metadata.gif
Methods in com.drew.metadata.gif with parameters of type SequentialReaderModifier and TypeMethodDescriptionvoidGifReader.extract(SequentialReader reader, Metadata metadata) -
Uses of SequentialReader in com.drew.metadata.heif
Methods in com.drew.metadata.heif with parameters of type SequentialReaderModifier and TypeMethodDescriptionvoidHeifBoxHandler.processContainer(Box box, SequentialReader reader) -
Uses of SequentialReader in com.drew.metadata.heif.boxes
Methods in com.drew.metadata.heif.boxes with parameters of type SequentialReaderModifier and TypeMethodDescriptionItemLocationBox.getIntFromUnknownByte(int variable, SequentialReader reader) Constructors in com.drew.metadata.heif.boxes with parameters of type SequentialReaderModifierConstructorDescriptionAuxiliaryTypeProperty(SequentialReader reader, Box box) Box(SequentialReader reader) ColourInformationBox(SequentialReader reader, Box box, Metadata metadata) FileTypeBox(SequentialReader reader, Box box) FullBox(SequentialReader reader, Box box) HandlerBox(SequentialReader reader, Box box) ImageRotationBox(SequentialReader reader, Box box) ImageSpatialExtentsProperty(SequentialReader reader, Box box) ItemInfoBox(SequentialReader reader, Box box) ItemInfoEntry(SequentialReader reader, Box box) ItemLocationBox(SequentialReader reader, Box box) ItemProtectionBox(SequentialReader reader, Box box) PixelInformationBox(SequentialReader reader, Box box) PrimaryItemBox(SequentialReader reader, Box box) -
Uses of SequentialReader in com.drew.metadata.ico
Methods in com.drew.metadata.ico with parameters of type SequentialReaderModifier and TypeMethodDescriptionvoidIcoReader.extract(SequentialReader reader, Metadata metadata) -
Uses of SequentialReader in com.drew.metadata.iptc
Methods in com.drew.metadata.iptc with parameters of type SequentialReaderModifier and TypeMethodDescriptionvoidIptcReader.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. -
Uses of SequentialReader in com.drew.metadata.jpeg
Methods in com.drew.metadata.jpeg with parameters of type SequentialReaderModifier and TypeMethodDescriptionvoidJpegDhtReader.extract(SequentialReader reader, Metadata metadata) Performs the DHT tables extraction, adding found tables to the specified instance ofMetadata. -
Uses of SequentialReader in com.drew.metadata.mov.atoms
Constructors in com.drew.metadata.mov.atoms with parameters of type SequentialReaderModifierConstructorDescriptionAtom(SequentialReader reader) FileTypeCompatibilityAtom(SequentialReader reader, Atom atom) FullAtom(SequentialReader reader, Atom atom) HandlerReferenceAtom(SequentialReader reader, Atom atom) MediaHeaderAtom(SequentialReader reader, Atom atom, QuickTimeContext context) MovieHeaderAtom(SequentialReader reader, Atom atom) MusicSampleDescriptionAtom(SequentialReader reader, Atom atom) SampleDescription(SequentialReader reader) SampleDescriptionAtom(SequentialReader reader, Atom atom) SoundInformationMediaHeaderAtom(SequentialReader reader, Atom atom) SoundSampleDescriptionAtom(SequentialReader reader, Atom atom) SubtitleSampleDescriptionAtom(SequentialReader reader, Atom atom) TextSampleDescriptionAtom(SequentialReader reader, Atom atom) TimecodeInformationMediaAtom(SequentialReader reader, Atom atom) TimecodeSampleDescriptionAtom(SequentialReader reader, Atom atom) TimeToSampleAtom(SequentialReader reader, Atom atom) TrackHeaderAtom(SequentialReader reader, Atom atom) VideoInformationMediaHeaderAtom(SequentialReader reader, Atom atom) VideoSampleDescriptionAtom(SequentialReader reader, Atom atom) -
Uses of SequentialReader in com.drew.metadata.mov.atoms.canon
Constructors in com.drew.metadata.mov.atoms.canon with parameters of type SequentialReader -
Uses of SequentialReader in com.drew.metadata.mov.media
Methods in com.drew.metadata.mov.media with parameters of type SequentialReaderModifier and TypeMethodDescriptionvoidQuickTimeSoundHandler.processMediaInformation(SequentialReader reader, Atom atom) voidQuickTimeTimecodeHandler.processMediaInformation(SequentialReader reader, Atom atom) voidQuickTimeVideoHandler.processMediaInformation(SequentialReader reader, Atom atom) voidQuickTimeSoundHandler.processSampleDescription(SequentialReader reader, Atom atom) voidQuickTimeTimecodeHandler.processSampleDescription(SequentialReader reader, Atom atom) voidQuickTimeVideoHandler.processSampleDescription(SequentialReader reader, Atom atom) voidQuickTimeVideoHandler.processTimeToSample(SequentialReader reader, Atom atom, QuickTimeContext context) -
Uses of SequentialReader in com.drew.metadata.mp4.media
Methods in com.drew.metadata.mp4.media with parameters of type SequentialReaderModifier and TypeMethodDescriptionvoidMp4SoundHandler.processMediaInformation(SequentialReader reader) voidMp4VideoHandler.processMediaInformation(SequentialReader reader) voidMp4SoundHandler.processSampleDescription(SequentialReader reader) voidMp4VideoHandler.processSampleDescription(SequentialReader reader) voidMp4VideoHandler.processTimeToSample(SequentialReader reader, Mp4Context context) -
Uses of SequentialReader in com.drew.metadata.pcx
Methods in com.drew.metadata.pcx with parameters of type SequentialReaderModifier and TypeMethodDescriptionvoidPcxReader.extract(SequentialReader reader, Metadata metadata) -
Uses of SequentialReader in com.drew.metadata.photoshop
Methods in com.drew.metadata.photoshop with parameters of type SequentialReaderModifier and TypeMethodDescriptionvoidDuckyReader.extract(SequentialReader reader, Metadata metadata) voidPhotoshopReader.extract(SequentialReader reader, int length, Metadata metadata) voidPhotoshopReader.extract(SequentialReader reader, int length, Metadata metadata, Directory parentDirectory) voidPsdReader.extract(SequentialReader reader, Metadata metadata)