
/**
 * PushByteSource.java
 *
 *
 * Created: Fri Jun 27 09:30:12 2003
 *
 * @author <a href="mailto: jan@newmarch.name">jan newmarch</a>
 * @version
 */

package audio.common;

/**
 * Knows how to talk to a PushByteSink
 */
public interface PushByteSource extends Source {

}// PushByteSource
