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

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

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

Methods in org.apache.struts2.util.tomcat.buf that return ByteChunk
 ByteChunk MessageBytes.getByteChunk()
          Returns the byte chunk, representing the byte[] and offset/length.
 ByteChunk ByteChunk.getClone()
          Deprecated. Unused. Will be removed in Tomcat 8.0.x onwards.
 

Methods in org.apache.struts2.util.tomcat.buf with parameters of type ByteChunk
 void ByteChunk.append(ByteChunk src)
           
protected static int StringCache.compare(ByteChunk name, byte[] compareTo)
          Compare given byte chunk with byte array.
 void UDecoder.convert(ByteChunk mb, boolean query)
          URLDecode, will modify the source.
 void B2CConverter.convert(ByteChunk bc, CharChunk cc, boolean endOfInput)
          Convert the given bytes to characters.
 boolean ByteChunk.equals(ByteChunk bb)
           
protected static String StringCache.find(ByteChunk name)
          Find an entry given its name in the cache and return the associated String.
protected static int StringCache.findClosest(ByteChunk name, org.apache.struts2.util.tomcat.buf.StringCache.ByteEntry[] array, int len)
          Find an entry given its name in a sorted array of map elements.
 int ByteChunk.substract(ByteChunk src)
          Deprecated. Unused. Will be removed in Tomcat 8.0.x onwards.
static String StringCache.toString(ByteChunk bc)
           
 



Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.