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()
           
 CharChunk CharChunk.getClone()
           
 

Methods in org.apache.tomcat.util.buf with parameters of type CharChunk
 void B2CConverter.convert(ByteChunk bb, CharChunk cb)
          Convert a buffer of bytes into a chars
 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)
           
 boolean CharChunk.equals(CharChunk cc)
           
 boolean ByteChunk.equals(CharChunk cc)
           
 



Copyright © 2001 Apache Software Foundation. All Rights Reserved.