Uses of Class
org.gagravarr.flac.FlacFile

Packages that use FlacFile
org.gagravarr.flac   
 

Uses of FlacFile in org.gagravarr.flac
 

Subclasses of FlacFile in org.gagravarr.flac
 class FlacNativeFile
          This lets you work with FLAC files that are contained in a native FLAC Stream
 class FlacOggFile
          This lets you work with FLAC files that are contained in an Ogg Stream
 

Methods in org.gagravarr.flac that return FlacFile
static FlacFile FlacFile.open(File f)
          Opens the given file for reading
static FlacFile FlacFile.open(InputStream inp)
          Opens the given file for reading.
static FlacFile FlacFile.open(OggFile ogg)
          Opens the given file for reading
 



Copyright © 2012. All Rights Reserved.