DixShtix

Uses of Class
com.dixshtix.niff.ChunkLengthTable

Packages that use ChunkLengthTable
com.dixshtix.niff This package is for the manipulation of (Musical) Notation Interchange File Format (NIFF) Files. 
 

Uses of ChunkLengthTable in com.dixshtix.niff
 

Fields in com.dixshtix.niff declared as ChunkLengthTable
protected  ChunkLengthTable Parser.DefaultContext.clt
           
(package private)  ChunkLengthTable NOutputStream.clt
           
 

Methods in com.dixshtix.niff that return ChunkLengthTable
 ChunkLengthTable Parser.DefaultContext.getChunkLengthTable()
           
static ChunkLengthTable ChunkLengthTable.makeDefaultEntries()
          Fill a chunk length table with "canned" entries.
 ChunkLengthTable NiffParserContext.getChunkLengthTable()
           
 


DixShtix