org.apache.tomcat.util.buf

Interface ByteChunk.ByteOutputChannel

Known Implementing Classes:
InternalOutputBuffer, OutputBuffer, OutputBuffer

public static interface ByteChunk.ByteOutputChannel

Method Summary

void
realWriteBytes(cbuf[] , int off, int len)
Send the bytes ( usually the internal conversion buffer ).

Method Details

realWriteBytes

public void realWriteBytes(cbuf[] ,
                           int off,
                           int len)
            throws IOException
Send the bytes ( usually the internal conversion buffer ). Expect 8k output if the buffer is full.


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