rabbit.handler
Class GZipHandler.GZStream2Channel

java.lang.Object
  extended by java.io.OutputStream
      extended by rabbit.handler.GZipHandler.Stream2Channel
          extended by rabbit.handler.GZipHandler.GZStream2Channel
All Implemented Interfaces:
Closeable, Flushable
Enclosing class:
GZipHandler

protected class GZipHandler.GZStream2Channel
extends GZipHandler.Stream2Channel


Constructor Summary
protected GZipHandler.GZStream2Channel()
           
 
Method Summary
 void write(byte[] b, int off, int len)
           
 
Methods inherited from class rabbit.handler.GZipHandler.Stream2Channel
write, write
 
Methods inherited from class java.io.OutputStream
close, flush
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GZipHandler.GZStream2Channel

protected GZipHandler.GZStream2Channel()
Method Detail

write

public void write(byte[] b,
                  int off,
                  int len)
           throws IOException
Overrides:
write in class GZipHandler.Stream2Channel
Throws:
IOException