Interface IFFVisitor
- All Known Implementing Classes:
ANIMDecoder,EightSVXDecoder,ILBMDecoder,PBMDecoder
public interface IFFVisitor
IFFVisitor is notified each time the IFFParser visits
a data chunk and when a group is entered or leaved.
-
Method Summary
Modifier and TypeMethodDescriptionvoidenterGroup(IFFChunk group) voidleaveGroup(IFFChunk group) voidvisitChunk(IFFChunk group, IFFChunk chunk)
-
Method Details
-
enterGroup
- Throws:
ParseExceptionAbortException
-
leaveGroup
- Throws:
ParseExceptionAbortException
-
visitChunk
- Throws:
ParseExceptionAbortException
-