DixShtix

Uses of Class
com.dixshtix.io.IOChunkFileReader

Packages that use IOChunkFileReader
com.dixshtix.io Handle SMF/RIFF/NIFF/AIFF/AVI/MOV on a common platform. 
 

Uses of IOChunkFileReader in com.dixshtix.io
 

Methods in com.dixshtix.io with parameters of type IOChunkFileReader
 IOChunk IOChunkNode.readIfValid(java.io.BufferedInputStream ioStream, IOChunkFileReader r)
           
 IOChunk IOChunkNode.read(java.io.BufferedInputStream ioStream, IOChunkFileReader r)
           
protected abstract  IOChunk IOChunkNode.readHeader(java.io.InputStream s, IOChunkFileReader r)
           
protected abstract  void IOChunkNode.readBody(java.io.InputStream s, IOChunkFileReader r, IOChunk obj)
           
 


DixShtix