public class HandshakeOutStream
extends java.io.ByteArrayOutputStream
| Modifier and Type | Method and Description |
|---|---|
void |
flush() |
void |
putBytes16(byte[] b) |
void |
write(byte[] b,
int off,
int len) |
void |
writeBytes(byte[] b) |
public void write(byte[] b,
int off,
int len)
write in class java.io.ByteArrayOutputStreampublic void writeBytes(byte[] b)
public void flush()
throws java.io.IOException
flush in interface java.io.Flushableflush in class java.io.OutputStreamjava.io.IOExceptionpublic void putBytes16(byte[] b)
throws java.io.IOException
java.io.IOException