org.apache.tomcat.util.buf

Interface CharChunk.CharInputChannel

public static interface CharChunk.CharInputChannel

Method Summary
intrealReadChars(char[] cbuf, int off, int len)
Read new bytes ( usually the internal conversion buffer ).

Method Detail

realReadChars

public int realReadChars(char[] cbuf, int off, int len)
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 © 2000-2011 Apache Software Foundation. All Rights Reserved.