Interface RIFFVisitor


public interface RIFFVisitor
RIFFVIsitor is notified each time the RIFFParser visits a data chunk and when a group is entered or leaved.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method is invoked when the parser enters a group chunk.
    boolean
    This method is invoked when the parser attempts to enter a group.
    void
    This method is invoked when the parser leaves a group chunk.
    void
    This method is invoked when the parser has read a data chunk or has skipped a stop chunk.