| Package | Description |
|---|---|
| com.caucho.util |
Assorted utilities
|
| com.caucho.vfs |
Resin's Virtual File System.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CharBuffer
CharBuffer is an unsynchronized version of StringBuffer.
|
| Modifier and Type | Method and Description |
|---|---|
CharSegment |
CharSegment.toLowerCase()
Converts the contents of the segment to lower case.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
CharSegment.endsWith(CharSegment cb)
Returns true if the CharSegment ends with the char segment.
|
boolean |
CharSegment.equals(CharSegment cb)
Returns true if the two char segments are equal.
|
boolean |
CharSegment.equalsIgnoreCase(CharSegment b)
Returns true if the two CharSegments are equivalent ignoring the case.
|
boolean |
CharSegment.regionMatches(int off1,
CharSegment buf,
int off2,
int len) |
boolean |
CharSegment.regionMatchesIgnoreCase(int off1,
CharSegment buf,
int off2,
int len) |
| Modifier and Type | Method and Description |
|---|---|
void |
WriteStream.print(CharSegment segment)
Prints the character buffer to the stream.
|