Uses of Class
com.drew.lang.SequentialReader
-
Packages that use SequentialReader Package Description com.drew.imaging.heif com.drew.imaging.jpeg Contains classes for working with JPEG files.com.drew.imaging.png Contains classes for working with PNG (Portable Network Graphic) files.com.drew.imaging.riff Contains classes for working with RIFF format files, such as WebP.com.drew.lang Contains classes of generic utility.com.drew.metadata.adobe Contains classes for the extraction and modelling of Adobe 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.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.heif.boxes 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.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.atoms.canon com.drew.metadata.mov.media Contains classes for extracting data from media data atom types.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. -
-
Uses of SequentialReader in com.drew.imaging.heif
Methods in com.drew.imaging.heif with parameters of type SequentialReader Modifier and Type Method Description private HeifHandler<?>HeifReader. processBox(SequentialReader reader, Box box, HeifHandler<?> handler)private HeifHandler<?>HeifReader. processBoxes(SequentialReader reader, long atomEnd, HeifHandler<?> handler)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.private voidHeifReader. processTopLevelBoxes(java.io.InputStream inputStream, SequentialReader reader, long atomEnd, HeifHandler<?> handler, boolean markSupported) -
Uses of SequentialReader in com.drew.imaging.jpeg
Methods in com.drew.imaging.jpeg with parameters of type SequentialReader Modifier and Type Method Description static JpegSegmentDataJpegSegmentReader. readSegments(SequentialReader reader, java.lang.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 SequentialReader Modifier and Type Method Description java.lang.Iterable<PngChunk>PngChunkReader. extract(SequentialReader reader, java.util.Set<PngChunkType> desiredChunkTypes) -
Uses of SequentialReader in com.drew.imaging.riff
Methods in com.drew.imaging.riff with parameters of type SequentialReader Modifier and Type Method Description voidRiffReader. 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 Modifier and Type Class Description classSequentialByteArrayReaderclassStreamReader -
Uses of SequentialReader in com.drew.metadata.adobe
Methods in com.drew.metadata.adobe with parameters of type SequentialReader Modifier and Type Method Description voidAdobeJpegReader. extract(SequentialReader reader, Metadata metadata) -
Uses of SequentialReader in com.drew.metadata.bmp
Methods in com.drew.metadata.bmp with parameters of type SequentialReader Modifier and Type Method Description voidBmpReader. extract(SequentialReader reader, Metadata metadata)protected voidBmpReader. readBitmapHeader(SequentialReader reader, BmpHeaderDirectory directory, Metadata metadata)protected voidBmpReader. readFileHeader(SequentialReader reader, Metadata metadata, boolean allowArray) -
Uses of SequentialReader in com.drew.metadata.eps
Methods in com.drew.metadata.eps with parameters of type SequentialReader Modifier and Type Method Description private 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 static voidEpsReader. extractIccData(Metadata metadata, SequentialReader reader)Decodes a commented hex section, and usesIccReaderto 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 byte[]EpsReader. readUntil(SequentialReader reader, byte[] sentinel)Reads all bytes until the given sentinel is observed. -
Uses of SequentialReader in com.drew.metadata.gif
Methods in com.drew.metadata.gif with parameters of type SequentialReader Modifier and Type Method Description voidGifReader. extract(SequentialReader reader, Metadata metadata)private static byte[]GifReader. gatherBytes(SequentialReader reader)private static byte[]GifReader. gatherBytes(SequentialReader reader, int firstLength)private static voidGifReader. readApplicationExtensionBlock(SequentialReader reader, int blockSizeBytes, Metadata metadata)private static GifCommentDirectoryGifReader. readCommentBlock(SequentialReader reader, int blockSizeBytes)private static GifControlDirectoryGifReader. readControlBlock(SequentialReader reader)private static voidGifReader. readGifExtensionBlock(SequentialReader reader, Metadata metadata)private static GifHeaderDirectoryGifReader. readGifHeader(SequentialReader reader)private static GifImageDirectoryGifReader. readImageBlock(SequentialReader reader)private static DirectoryGifReader. readPlainTextBlock(SequentialReader reader, int blockSizeBytes)private static voidGifReader. skipBlocks(SequentialReader reader) -
Uses of SequentialReader in com.drew.metadata.heif
Methods in com.drew.metadata.heif with parameters of type SequentialReader Modifier and Type Method Description voidHeifBoxHandler. processContainer(Box box, SequentialReader reader)protected voidHeifPictureHandler. processContainer(Box box, SequentialReader reader)private voidHeifBoxHandler. processFileType(SequentialReader reader, Box box) -
Uses of SequentialReader in com.drew.metadata.heif.boxes
Methods in com.drew.metadata.heif.boxes with parameters of type SequentialReader Modifier and Type Method Description java.lang.LongItemLocationBox. getIntFromUnknownByte(int variable, SequentialReader reader)private java.lang.StringAuxiliaryTypeProperty. getZeroTerminatedString(int maxLengthBytes, SequentialReader reader)Constructors in com.drew.metadata.heif.boxes with parameters of type SequentialReader Constructor Description AuxiliaryTypeProperty(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)OriginalFormatBox(SequentialReader reader, Box box)PixelInformationBox(SequentialReader reader, Box box)PrimaryItemBox(SequentialReader reader, Box box)ProtectionSchemeInfoBox(SequentialReader reader, Box box) -
Uses of SequentialReader in com.drew.metadata.ico
Methods in com.drew.metadata.ico with parameters of type SequentialReader Modifier and Type Method Description voidIcoReader. extract(SequentialReader reader, Metadata metadata) -
Uses of SequentialReader in com.drew.metadata.iptc
Methods in com.drew.metadata.iptc with parameters of type SequentialReader Modifier and Type Method Description 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.private voidIptcReader. processTag(SequentialReader reader, Directory directory, int directoryType, int tagType, int tagByteCount) -
Uses of SequentialReader in com.drew.metadata.jpeg
Methods in com.drew.metadata.jpeg with parameters of type SequentialReader Modifier and Type Method Description 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) -
Uses of SequentialReader in com.drew.metadata.mov
Methods in com.drew.metadata.mov with parameters of type SequentialReader Modifier and Type Method Description protected abstract voidQuickTimeMediaHandler. processMediaInformation(SequentialReader reader, Atom atom)protected abstract voidQuickTimeMediaHandler. processSampleDescription(SequentialReader reader, Atom atom)protected abstract voidQuickTimeMediaHandler. processTimeToSample(SequentialReader reader, Atom atom, QuickTimeContext context) -
Uses of SequentialReader in com.drew.metadata.mov.atoms
-
Uses of SequentialReader in com.drew.metadata.mov.atoms.canon
Methods in com.drew.metadata.mov.atoms.canon with parameters of type SequentialReader Modifier and Type Method Description private voidCanonThumbnailAtom. readCNDA(SequentialReader reader)Canon Data Block (Exif/TIFF ThumbnailImage)Constructors in com.drew.metadata.mov.atoms.canon with parameters of type SequentialReader Constructor Description CanonThumbnailAtom(SequentialReader reader) -
Uses of SequentialReader in com.drew.metadata.mov.media
Methods in com.drew.metadata.mov.media with parameters of type SequentialReader Modifier and Type Method Description protected voidQuickTimeMusicHandler. processMediaInformation(SequentialReader reader, Atom atom)voidQuickTimeSoundHandler. processMediaInformation(SequentialReader reader, Atom atom)protected voidQuickTimeSubtitleHandler. processMediaInformation(SequentialReader reader, Atom atom)protected voidQuickTimeTextHandler. processMediaInformation(SequentialReader reader, Atom atom)voidQuickTimeTimecodeHandler. processMediaInformation(SequentialReader reader, Atom atom)voidQuickTimeVideoHandler. processMediaInformation(SequentialReader reader, Atom atom)protected voidQuickTimeMusicHandler. processSampleDescription(SequentialReader reader, Atom atom)voidQuickTimeSoundHandler. processSampleDescription(SequentialReader reader, Atom atom)protected voidQuickTimeSubtitleHandler. processSampleDescription(SequentialReader reader, Atom atom)protected voidQuickTimeTextHandler. processSampleDescription(SequentialReader reader, Atom atom)voidQuickTimeTimecodeHandler. processSampleDescription(SequentialReader reader, Atom atom)voidQuickTimeVideoHandler. processSampleDescription(SequentialReader reader, Atom atom)protected voidQuickTimeMusicHandler. 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 voidQuickTimeTextHandler. processTimeToSample(SequentialReader reader, Atom atom, QuickTimeContext context)protected voidQuickTimeTimecodeHandler. processTimeToSample(SequentialReader reader, Atom atom, QuickTimeContext context)voidQuickTimeVideoHandler. processTimeToSample(SequentialReader reader, Atom atom, QuickTimeContext context) -
Uses of SequentialReader in com.drew.metadata.mp4
Methods in com.drew.metadata.mp4 with parameters of type SequentialReader Modifier and Type Method Description 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) -
Uses of SequentialReader in com.drew.metadata.mp4.media
Methods in com.drew.metadata.mp4.media with parameters of type SequentialReader Modifier and Type Method Description 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) -
Uses of SequentialReader in com.drew.metadata.pcx
Methods in com.drew.metadata.pcx with parameters of type SequentialReader Modifier and Type Method Description voidPcxReader. extract(SequentialReader reader, Metadata metadata) -
Uses of SequentialReader in com.drew.metadata.photoshop
Methods in com.drew.metadata.photoshop with parameters of type SequentialReader Modifier and Type Method Description voidDuckyReader. 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)
-