com.caucho.message.tourmaline
Class NautilusMessageWriter

java.lang.Object
  extended by java.io.OutputStream
      extended by 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


Constructor Summary
NautilusMessageWriter()
           
 
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
 

Constructor Detail

NautilusMessageWriter

public NautilusMessageWriter()
Method Detail

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