| 程序包 | 说明 |
|---|---|
| com.hynnet.util.buf |
| 限定符和类型 | 方法和说明 |
|---|---|
ByteChunk |
MessageBytes.getByteChunk()
Returns the byte chunk, representing the byte[] and offset/length.
|
| 限定符和类型 | 方法和说明 |
|---|---|
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 java.lang.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,
com.hynnet.util.buf.StringCache.ByteEntry[] array,
int len)
Find an entry given its name in a sorted array of map elements.
|
static java.lang.String |
StringCache.toString(ByteChunk bc) |
Copyright © 2001-2014 hynnet.com