public class UdpOutputStream extends OutputStream
| Constructor and Description |
|---|
UdpOutputStream() |
public void write(int b)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] b,
int off,
int len)
throws IOException
write in class OutputStreamIOExceptionpublic byte[] buffer()
public int size()
public void flush()
flush in interface Flushableflush in class OutputStreampublic void close()
close in interface Closeableclose in interface AutoCloseableclose in class OutputStream