Uses of Class
org.monte.media.exception.AbortException
Packages that use AbortException
-
Uses of AbortException in org.monte.media.riff
Methods in org.monte.media.riff that throw AbortExceptionModifier and TypeMethodDescriptionvoidRIFFVisitor.enterGroup(RIFFChunk group) This method is invoked when the parser enters a group chunk.voidRIFFVisitor.leaveGroup(RIFFChunk group) This method is invoked when the parser leaves a group chunk.longRIFFParser.parse(InputStream in, RIFFVisitor v) Interprets the RIFFFile expression located at the current position of the indicated InputStream.longRIFFParser.parse(ImageInputStream in, RIFFVisitor v) voidRIFFVisitor.visitChunk(RIFFChunk group, RIFFChunk chunk) This method is invoked when the parser has read a data chunk or has skipped a stop chunk.