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

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

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

Methods in org.apache.tomcat.util.buf that return ByteChunk
 ByteChunk C2BConverter.getByteChunk()
           
 ByteChunk MessageBytes.getByteChunk()
          Returns the message bytes.
 ByteChunk ByteChunk.getClone()
           
 

Methods in org.apache.tomcat.util.buf with parameters of type ByteChunk
 void C2BConverter.setByteChunk(ByteChunk bb)
           
 void B2CConverter.convert(ByteChunk bb, CharChunk cb)
          Convert a buffer of bytes into a chars
 void UDecoder.convert(ByteChunk mb)
          URLDecode, will modify the source.
 void UDecoder.convert(ByteChunk mb, boolean query)
          URLDecode, will modify the source.
 void UTF8Decoder.convert(ByteChunk mb, CharChunk cb)
           
 void ByteChunk.append(ByteChunk src)
           
 boolean ByteChunk.equals(ByteChunk bb)
           
 

Constructors in org.apache.tomcat.util.buf with parameters of type ByteChunk
C2BConverter(ByteChunk output, java.lang.String encoding)
          Create a converter, with bytes going to a byte buffer
 



Copyright © 2001 Apache Software Foundation. All Rights Reserved.