com.petersalomonsen.jjack.javasound
Class BlockingFIFOTest

java.lang.Object
  extended by com.petersalomonsen.jjack.javasound.BlockingFIFOTest

 class BlockingFIFOTest
extends java.lang.Object

Simple test of the FIFO buffer - verifying that the data that goes in first comes out first

Version:
0.3
Author:
Peter Johan Salomonsen

Constructor Summary
BlockingFIFOTest()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlockingFIFOTest

BlockingFIFOTest()
Method Detail

main

public static void main(java.lang.String[] args)