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.OutputStream
java.io.IOException
public void write(byte[] buffer, int offset, int length) throws java.io.IOException
write
in class java.io.OutputStream
java.io.IOException
public java.lang.String toString()
toString
in class java.lang.Object