Uses of Interface
com.drew.imaging.riff.RiffHandler
-
Packages that use RiffHandler Package Description com.drew.imaging.riff Contains classes for working with RIFF format files, such as WebP.com.drew.metadata.avi Contains classes for the extraction and modelling of AVI 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. -
-
Uses of RiffHandler in com.drew.imaging.riff
Methods in com.drew.imaging.riff with parameters of type RiffHandler 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 RiffHandler in com.drew.metadata.avi
Classes in com.drew.metadata.avi that implement RiffHandler Modifier and Type Class Description classAviRiffHandlerImplementation ofRiffHandlerspecialising in AVI support. -
Uses of RiffHandler in com.drew.metadata.wav
Classes in com.drew.metadata.wav that implement RiffHandler Modifier and Type Class Description classWavRiffHandlerImplementation ofRiffHandlerspecialising in Wav support. -
Uses of RiffHandler in com.drew.metadata.webp
Classes in com.drew.metadata.webp that implement RiffHandler Modifier and Type Class Description classWebpRiffHandlerImplementation ofRiffHandlerspecialising in WebP support.
-