DixShtix

Uses of Interface
com.dixshtix.riff.Parsable

Packages that use Parsable
com.dixshtix.riff This package is for the manipulation of Resource Interchange File Format (RIFF) Files. 
 

Uses of Parsable in com.dixshtix.riff
 

Methods in com.dixshtix.riff with parameters of type Parsable
 void Parser.registerChunk(FourByteConstant fcc, Parsable reader)
           
 void Parser.registerList(FourByteConstant listType, Parsable reader)
           
 void Parser.registerForm(FourByteConstant formFlavor, FourByteConstant formType, Parsable reader)
           
 


DixShtix