DixShtix

Uses of Interface
com.dixshtix.io.IOChunk

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

Uses of IOChunk in com.dixshtix.io
 

Subinterfaces of IOChunk in com.dixshtix.io
 interface IOChunkFile
           
 

Methods in com.dixshtix.io that return IOChunk
 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)
           
 

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


DixShtix