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

Packages that use CharChunk
org.apache.struts2.util.tomcat.buf   
 

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

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

Methods in org.apache.struts2.util.tomcat.buf with parameters of type CharChunk
 void CharChunk.append(CharChunk src)
           
protected static int StringCache.compare(CharChunk name, char[] compareTo)
          Compare given char chunk with char array.
 void B2CConverter.convert(ByteChunk bc, CharChunk cc, boolean endOfInput)
          Convert the given bytes to characters.
 void UDecoder.convert(CharChunk mb, boolean query)
          In-buffer processing - the buffer will be modified
 boolean CharChunk.equals(CharChunk cc)
           
 boolean ByteChunk.equals(CharChunk cc)
           
protected static String StringCache.find(CharChunk name)
          Find an entry given its name in the cache and return the associated String.
protected static int StringCache.findClosest(CharChunk name, org.apache.struts2.util.tomcat.buf.StringCache.CharEntry[] array, int len)
          Find an entry given its name in a sorted array of map elements.
static String StringCache.toString(CharChunk cc)
           
 



Copyright © 2000–2018 Apache Software Foundation. All rights reserved.