mirror of
https://github.com/2003scape/deep-c-rsc.git
synced 2024-03-22 05:49:51 -04:00
7 lines
148 B
Java
7 lines
148 B
Java
![]() |
public class StreamAudioPlayer {
|
||
|
public void stopPlayer() {}
|
||
|
|
||
|
public synchronized void writeStream(byte buff[], int off, int len) {
|
||
|
}
|
||
|
}
|