-
public interface RiffFileParserTypeThe type of parsers that can parse RIFF files.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RiffFileTypeparse()Parse as many chunks as possible.
-
-
-
Method Detail
-
parse
RiffFileType parse() throws RiffParseException
Parse as many chunks as possible.- Returns:
- The list of parsed chunks
- Throws:
RiffParseException- On parse errors
-
-