DixShtix

Uses of Class
com.dixshtix.riff.InStream

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

Uses of InStream in com.dixshtix.niff
 

Fields in com.dixshtix.niff declared as InStream
protected  InStream Parser.in
          RIFF input stream.
 

Methods in com.dixshtix.niff with parameters of type InStream
(package private)  void Parser.parseKnownChunk(InStream prf, IOChunk chunk)
          Print Chunk and then descend recursively into the NIFF file hierarchy.
(package private)  void Parser.parseUnknownChunk(InStream prf)
          Descend into the NIFF file hierarchy, recursively parsing chunks.
(package private)  void Parser.parseTastedChunk(InStream prf, FourByteConstant fcc)
          Descend into the NIFF file hierarchy, recursively parsing chunks.
 

Constructors in com.dixshtix.niff with parameters of type InStream
Parser(InStream riff, NiffParserContext context)
          Expert constructor.
 

Uses of InStream in com.dixshtix.riff
 

Fields in com.dixshtix.riff declared as InStream
protected  InStream Parser.in
          RIFF input stream.
protected  InStream Dump.in
          RIFF input stream.
 

Methods in com.dixshtix.riff with parameters of type InStream
(package private)  void Parser.parsechunk(InStream prf)
          Descend into the RIFF file hierarchy, recursively parsing chunks.
(package private)  void Parser.parsechunk(InStream prf, FourByteConstant fcc)
          Descend into the RIFF file hierarchy, recursively parsing chunks.
(package private)  void Parser.parsechunk(InStream prf, IOChunk chunk)
          Parse Chunk and then descend recursively into the RIFF file hierarchy.
(package private)  void Dump.dumpchunk(InStream prf, int indent)
          Descend into the RIFF file hierarchy, recursively printing chunks.
(package private)  void Dump.dumpchunk(InStream prf, FourByteConstant fcc, int indent)
          Descend into the RIFF file hierarchy, recursively printing chunks.
(package private)  void Dump.dumpchunk(InStream prf, IOChunk chunk, int indent)
          Print Chunk and then descend recursively into the RIFF file hierarchy.
(package private)  void ToXML.dumpchunk(InStream prf, IOChunk chunk, int indent)
          Print Chunk and then descend recursively into the RIFF file hierarchy.
 

Constructors in com.dixshtix.riff with parameters of type InStream
Parser(InStream riff)
          Expert constructor.
Dump(InStream riff, java.io.PrintStream pw)
          Expert constructor.
ToXML(InStream riff, java.io.PrintStream pw)
          Expert constructor.
 


DixShtix