public class NautilusMessageWriter
extends java.io.OutputStream
| Constructor and Description |
|---|
NautilusMessageWriter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
void |
write(byte[] buffer,
int offset,
int length) |
void |
write(int value) |
public void write(int value)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOExceptionpublic void write(byte[] buffer,
int offset,
int length)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOExceptionpublic java.lang.String toString()
toString in class java.lang.Object