public class Run
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static boolean |
stopped |
Constructor and Description |
---|
Run() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args) |
static void |
open(javax.sound.sampled.AudioFormat format) |
static void |
sendUDPMessage(byte[] mess_b,
java.net.InetAddress address,
int port) |
public static void main(java.lang.String[] args) throws java.io.FileNotFoundException, java.io.IOException, java.lang.InterruptedException
java.io.FileNotFoundException
java.io.IOException
java.lang.InterruptedException
public static void open(javax.sound.sampled.AudioFormat format) throws java.io.FileNotFoundException, java.io.IOException, java.lang.InterruptedException
java.io.FileNotFoundException
java.io.IOException
java.lang.InterruptedException
public static void sendUDPMessage(byte[] mess_b, java.net.InetAddress address, int port)