| Package | Description |
|---|---|
| org.apache.tomcat.util.buf |
| Modifier and Type | Method and Description |
|---|---|
ByteChunk |
MessageBytes.getByteChunk()
Returns the byte chunk, representing the byte[] and offset/length.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
void |
C2BConverter.convert(CharChunk cc,
ByteChunk bc)
Convert the given characters to bytes.
|
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.tomcat.util.buf.StringCache.ByteEntry[] array,
int len)
Find an entry given its name in a sorted array of map elements.
|
static String |
StringCache.toString(ByteChunk bc) |
protected void |
UEncoder.urlEncode(CharChunk out,
ByteChunk bb) |
Copyright © 2014 Mort Bay Consulting. All Rights Reserved.