Class RiffReader

java.lang.Object
com.drew.imaging.riff.RiffReader

public class RiffReader extends Object
Processes RIFF-formatted data, calling into client code via that RiffHandler interface.

For information on this file format, see:
  • http://en.wikipedia.org/wiki/Resource_Interchange_File_Format
  • https://developers.google.com/speed/webp/docs/riff_container
  • https://www.daubnet.com/en/file-format-riff
Author:
Drew Noakes https://drewnoakes.com, Payton Garland