com.caucho.message.tourmaline
Class NautilusMessageWriter
java.lang.Object
java.io.OutputStream
com.caucho.message.tourmaline.NautilusMessageWriter
- All Implemented Interfaces:
- java.io.Closeable, java.io.Flushable
public class NautilusMessageWriter
- extends java.io.OutputStream
local connection to the message store
Method Summary |
java.lang.String |
toString()
|
void |
write(byte[] buffer,
int offset,
int length)
|
void |
write(int value)
|
Methods inherited from class java.io.OutputStream |
close, flush, write |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NautilusMessageWriter
public NautilusMessageWriter()
write
public void write(int value)
throws java.io.IOException
- Specified by:
write
in class java.io.OutputStream
- Throws:
java.io.IOException
write
public void write(byte[] buffer,
int offset,
int length)
throws java.io.IOException
- Overrides:
write
in class java.io.OutputStream
- Throws:
java.io.IOException
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object