org.apache.tomcat.util.buf

Interface CharChunk.CharInputChannel

Known Implementing Classes:
InputBuffer

public static interface CharChunk.CharInputChannel

Method Summary

int
realReadChars(cbuf[] , int off, int len)
Read new bytes ( usually the internal conversion buffer ).

Method Details

realReadChars

public int realReadChars(cbuf[] ,
                         int off,
                         int len)
            throws IOException
Read new bytes ( usually the internal conversion buffer ). The implementation is allowed to ignore the parameters, and mutate the chunk if it wishes to implement its own buffering.


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