|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
MessageBytes.getByteChunk()
Returns the byte chunk, representing the byte[] and offset/length. |
ByteChunk |
C2BConverter.getByteChunk()
|
ByteChunk |
ByteChunk.getClone()
|
Methods in org.apache.tomcat.util.buf with parameters of type ByteChunk | |
void |
UTF8Decoder.convert(ByteChunk mb,
CharChunk cb)
|
void |
UDecoder.convert(ByteChunk mb)
URLDecode, will modify the source. |
void |
UDecoder.convert(ByteChunk mb,
boolean query)
URLDecode, will modify the source. |
void |
C2BConverter.setByteChunk(ByteChunk bb)
|
void |
ByteChunk.append(ByteChunk src)
|
int |
ByteChunk.substract(ByteChunk src)
|
boolean |
ByteChunk.equals(ByteChunk bb)
|
void |
B2CConverter.convert(ByteChunk bb,
CharChunk cb)
Convert a buffer of bytes into a chars |
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 |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |