Uses of Class
org.apache.tomcat.util.buf.CharChunk

Packages that use CharChunk
org.apache.tomcat.util.buf Buffers and Encodings 
 

Uses of CharChunk in org.apache.tomcat.util.buf
 

Methods in org.apache.tomcat.util.buf that return CharChunk
 CharChunk MessageBytes.getCharChunk()
          Returns the char chunk, representing the char[] and offset/length.
 CharChunk CharChunk.getClone()
           
 

Methods in org.apache.tomcat.util.buf with parameters of type CharChunk
 void UTF8Decoder.convert(ByteChunk mb, CharChunk cb)
           
 void UDecoder.convert(CharChunk mb)
          In-buffer processing - the buffer will be modified Includes converting '+' to ' '.
 void UDecoder.convert(CharChunk mb, boolean query)
          In-buffer processing - the buffer will be modified
 void CharChunk.append(CharChunk src)
           
 int CharChunk.substract(CharChunk src)
           
 boolean CharChunk.equals(CharChunk cc)
           
 boolean ByteChunk.equals(CharChunk cc)
           
 void B2CConverter.convert(ByteChunk bb, CharChunk cb)
          Convert a buffer of bytes into a chars
 



Copyright ? 2001 Apache Software Foundation. All Rights Reserved.