org.apache.coyote.http11

Class InternalInputBuffer.InputStreamInputBuffer

Enclosing Class:
InternalInputBuffer
Implemented Interfaces:
InputBuffer

protected class InternalInputBuffer.InputStreamInputBuffer
extends java.lang.Object
implements InputBuffer

This class is an input buffer which will read its data from an input stream.

Method Summary

int
doRead(ByteChunk chunk, Request req)
Read bytes into the specified chunk.

Method Details

doRead

public int doRead(ByteChunk chunk,
                  Request req)
            throws IOException
Read bytes into the specified chunk.
Specified by:
doRead in interface InputBuffer


Copyright B) 2000-2003 Apache Software Foundation. All Rights Reserved.