org.apache.coyote.http11
Class InternalOutputBuffer.OutputStreamOutputBuffer

java.lang.Object
  |
  +--org.apache.coyote.http11.InternalOutputBuffer.OutputStreamOutputBuffer
All Implemented Interfaces:
org.apache.coyote.OutputBuffer
Enclosing class:
InternalOutputBuffer

protected class InternalOutputBuffer.OutputStreamOutputBuffer
extends java.lang.Object
implements org.apache.coyote.OutputBuffer

This class is an output buffer which will write data to an output stream.


Constructor Summary
protected InternalOutputBuffer.OutputStreamOutputBuffer()
           
 
Method Summary
 int doWrite(org.apache.tomcat.util.buf.ByteChunk chunk, org.apache.coyote.Response res)
          Write chunk.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InternalOutputBuffer.OutputStreamOutputBuffer

protected InternalOutputBuffer.OutputStreamOutputBuffer()
Method Detail

doWrite

public int doWrite(org.apache.tomcat.util.buf.ByteChunk chunk,
                   org.apache.coyote.Response res)
            throws java.io.IOException
Write chunk.

Specified by:
doWrite in interface org.apache.coyote.OutputBuffer
java.io.IOException


Copyright (c) 2001 - Apache Software Foundation