Uses of Interface
com.drew.imaging.riff.RiffHandler
Packages that use RiffHandler
Package
Description
Contains classes for working with RIFF format files, such as WebP.
Contains classes for the extraction and modelling of AVI file metadata.
Contains classes for the extraction and modelling of WAV file metadata.
Contains classes for the extraction and modelling of WebP file metadata.
-
Uses of RiffHandler in com.drew.imaging.riff
Methods in com.drew.imaging.riff with parameters of type RiffHandlerModifier and TypeMethodDescriptionvoidRiffReader.processChunks(SequentialReader reader, int sectionSize, RiffHandler handler) voidRiffReader.processRiff(SequentialReader reader, RiffHandler handler) Processes a RIFF data sequence. -
Uses of RiffHandler in com.drew.metadata.avi
Classes in com.drew.metadata.avi that implement RiffHandlerModifier and TypeClassDescriptionclassImplementation ofRiffHandlerspecialising in AVI support. -
Uses of RiffHandler in com.drew.metadata.wav
Classes in com.drew.metadata.wav that implement RiffHandlerModifier and TypeClassDescriptionclassImplementation ofRiffHandlerspecialising in Wav support. -
Uses of RiffHandler in com.drew.metadata.webp
Classes in com.drew.metadata.webp that implement RiffHandlerModifier and TypeClassDescriptionclassImplementation ofRiffHandlerspecialising in WebP support.