A B D F G M O R S T

A

AbstractTestCase - Class in org.kc7bfi.jflac
Abstract base class for test cases.
AbstractTestCase(String) - Constructor for class org.kc7bfi.jflac.AbstractTestCase
Constructor.
AbstractTestCase() - Constructor for class org.kc7bfi.jflac.AbstractTestCase
 

B

basedir - Variable in class org.kc7bfi.jflac.AbstractTestCase
Basedir for all file I/O.

D

DecoderTest - Class in org.kc7bfi.jflac
Unit test for simple App.
DecoderTest(String) - Constructor for class org.kc7bfi.jflac.DecoderTest
Create the test case

F

FlacAudioFileReaderTest - Class in org.kc7bfi.jflac.sound.spi
FlacAudioFileReaderTest.
FlacAudioFileReaderTest() - Constructor for class org.kc7bfi.jflac.sound.spi.FlacAudioFileReaderTest
 

G

getTestFile(String) - Method in class org.kc7bfi.jflac.AbstractTestCase
Get test input file.

M

main(String[]) - Static method in class org.kc7bfi.jflac.sound.spi.TestJavaSoundSPI
 

O

org.kc7bfi.jflac - package org.kc7bfi.jflac
 
org.kc7bfi.jflac.sound.spi - package org.kc7bfi.jflac.sound.spi
 

R

runTest() - Static method in class org.kc7bfi.jflac.sound.spi.TestJavaSoundSPI
 

S

suite() - Static method in class org.kc7bfi.jflac.DecoderTest
 

T

testApp() - Method in class org.kc7bfi.jflac.DecoderTest
Rigourous Test :-)
testDecoder() - Static method in class org.kc7bfi.jflac.sound.spi.TestJavaSoundSPI
test that the decoder discovery works correctly.
testGetAudioFileFormatWithBufferedFlacStream() - Method in class org.kc7bfi.jflac.sound.spi.FlacAudioFileReaderTest
Open buffered (supporting mark()) inputstream and get format.
testGetAudioFileFormatWithFlacFile() - Method in class org.kc7bfi.jflac.sound.spi.FlacAudioFileReaderTest
Open simple test file and get file format.
testGetAudioFileFormatWithUnbufferedFlacStream() - Method in class org.kc7bfi.jflac.sound.spi.FlacAudioFileReaderTest
Open unbuffered inputstream, provoke IOException, because we cannot mark and reset.
testGetAudioFileFormatWithUnsupportedFile() - Method in class org.kc7bfi.jflac.sound.spi.FlacAudioFileReaderTest
Provoke UnsupportedAudioFileException when trying to obtain audio file format.
testGetAudioInputStreamWithBufferedFlacStream() - Method in class org.kc7bfi.jflac.sound.spi.FlacAudioFileReaderTest
Open buffered (supporting mark()) inputstream and get audio stream.
testGetAudioInputStreamWithFlacFile() - Method in class org.kc7bfi.jflac.sound.spi.FlacAudioFileReaderTest
Open simple test file and get stream.
testGetAudioInputStreamWithUnbufferedFlacStream() - Method in class org.kc7bfi.jflac.sound.spi.FlacAudioFileReaderTest
Open unbuffered inputstream, provoke IOException, because we cannot mark and reset.
testGetAudioInputStreamWithUnsupportedFile() - Method in class org.kc7bfi.jflac.sound.spi.FlacAudioFileReaderTest
Provoke UnsupportedAudioFileException when trying to obtain stream.
TestJavaSoundSPI - Class in org.kc7bfi.jflac.sound.spi
Test the Java Sound SPI of the JFLAC decoder for consistency.
TestJavaSoundSPI() - Constructor for class org.kc7bfi.jflac.sound.spi.TestJavaSoundSPI
 

A B D F G M O R S T

Copyright © 2004-2011. All Rights Reserved.