| Package | Description |
|---|---|
| org.apache.tomcat.util.buf |
| Modifier and Type | Method and Description |
|---|---|
CharChunk |
UEncoder.encodeURL(String s,
int start,
int end)
URL Encode string, using a specified encoding.
|
CharChunk |
MessageBytes.getCharChunk()
Returns the char chunk, representing the char[] and offset/length.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
void |
C2BConverter.convert(CharChunk cc,
ByteChunk bc)
Convert the given characters to bytes.
|
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.tomcat.util.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) |
protected void |
UEncoder.urlEncode(CharChunk out,
ByteChunk bb) |
Copyright © 2014–2017 Webtide. All rights reserved.