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

package audio.common;

/**
 * Knows how to talk to a PullByteSource
 */
public interface PullByteSink extends Sink {

}// PullByteSink
