Package | Description |
---|---|
org.gagravarr.flac |
Modifier and Type | Class and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
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 © 2015. All rights reserved.