ReaderFactory

class Object
trait Matchable
class Any
object AudioFile.type

Value members

Abstract methods

@throws(scala.Predef.classOf[java.io.IOException])
def openRead(is: InputStream): AudioFile

Inherited methods

@throws(scala.Predef.classOf[java.io.IOException])
final def openRead(path: String): AudioFile
Inherited from:
ReaderFactoryPlatform
@throws(scala.Predef.classOf[java.io.IOException])
def openRead(f: File): AudioFile

Opens an audio file for reading.

Opens an audio file for reading.

Value parameters:
f

the path name of the file

Returns:

a new AudioFile object whose header is already parsed and can be obtained through the getDescr method.

Throws:
IOException

if the file was not found, could not be reader or has an unknown or unsupported format

Inherited from:
ReaderFactoryPlatform