Uses of Interface
de.sciss.io.InterleavedStreamFile

Packages that use InterleavedStreamFile
de.sciss.io   
 

Uses of InterleavedStreamFile in de.sciss.io
 

Classes in de.sciss.io that implement InterleavedStreamFile
 class AudioFile
          The AudioFile allows reading and writing of sound files.
 

Methods in de.sciss.io with parameters of type InterleavedStreamFile
 void InterleavedStreamFile.copyFrames(InterleavedStreamFile target, long length)
           
 void AudioFile.copyFrames(InterleavedStreamFile target, long length)
          Copies sample frames from a source sound file to a target file (either another sound file or any other class implementing the InterleavedStreamFile interface).
 

Constructors in de.sciss.io with parameters of type InterleavedStreamFile
AudioFileCacheInfo(InterleavedStreamFile f, int model, long numFrames)