| Package | Description |
|---|---|
| com.caucho.bytecode | |
| com.caucho.loader.enhancer | |
| com.caucho.relaxng.program | |
| com.caucho.util |
Assorted utilities
|
| com.caucho.vfs |
Resin's Virtual File System.
|
| com.caucho.xml |
XML parsing and printing package.
|
| com.caucho.xml.readers | |
| com.caucho.xpath |
Finding and selecting XML nodes using XSL patterns.
|
| com.caucho.xpath.expr |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ByteCodeClassMatcher.isAnnotationMatch(CharBuffer annotationClassName)
Returns true if the annotation class is a match.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ScanListener.isScanMatchAnnotation(CharBuffer string)
Returns true if the string matches an annotation class.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
Item.addSyntaxNewline(CharBuffer cb,
int depth)
Adds a syntax newline.
|
| Modifier and Type | Method and Description |
|---|---|
static CharBuffer |
CharBuffer.allocate() |
CharBuffer |
CharBuffer.append(boolean b)
Appends the boolean representation to the buffer
|
CharBuffer |
CharBuffer.append(byte[] buf,
int offset,
int len)
Appends iso-8859-1 bytes to the buffer
|
CharBuffer |
CharBuffer.append(char ch)
Appends the character to the buffer
|
CharBuffer |
CharBuffer.append(char[] buffer)
Appends the characters to the buffer.
|
CharBuffer |
CharBuffer.append(char[] buffer,
int offset,
int length)
Appends the characters to the buffer.
|
CharBuffer |
CharBuffer.append(CharBuffer cb)
Appends the string representation of the object to the buffer.
|
CharBuffer |
CharBuffer.append(double d)
Add a double to the buffer.
|
CharBuffer |
CharBuffer.append(float f)
Add a float to the buffer.
|
CharBuffer |
CharBuffer.append(int i)
Add an int to the buffer.
|
CharBuffer |
CharBuffer.append(long i)
Add a long to the buffer.
|
CharBuffer |
CharBuffer.append(java.lang.Object obj)
Appends the string representation of the object to the buffer.
|
CharBuffer |
CharBuffer.append(java.lang.String string)
Appends the string.
|
CharBuffer |
CharBuffer.append(java.lang.String string,
int offset,
int len) |
CharBuffer |
CharBuffer.delete(int start,
int end)
Deletes characters from the buffer.
|
CharBuffer |
CharBuffer.deleteCharAt(int index)
Deletes a character from the buffer.
|
CharBuffer |
QDate.format(CharBuffer cb,
java.lang.String format)
Format the date using % escapes:
%aday of week (short)
%Aday of week (verbose)
%bmonth name (short)
%Bmonth name (verbose)
%cJava locale date
%dday of month (two-digit)
%F%Y-%m-%d
%H24-hour (two-digit)
%I12-hour (two-digit)
%jday of year (three-digit)
%l12-hour (one-digit prefixed by space)
%mmonth (two-digit)
%Mminutes
%pam/pm
%PAM/PM
%Sseconds
%smilliseconds
%xJava locale short date
%XJava locale short time
%Wweek in year (three-digit)
%wday of week (one-digit)
%yyear (two-digit)
%Yyear (four-digit)
%Ztime zone (name)
%ztime zone (+/-0800)
|
static CharBuffer |
QDate.formatLocal(CharBuffer cb,
long gmtTime,
java.lang.String format)
Formats a time in the local time zone.
|
CharBuffer |
CharBuffer.insert(int offset,
char ch)
Inserts a character at a given offset.
|
CharBuffer |
CharBuffer.insert(int index,
char[] buffer,
int offset,
int len)
Inserts a character buffer.
|
CharBuffer |
CharBuffer.insert(int offset,
double d)
Inserts a double at a given offset.
|
CharBuffer |
CharBuffer.insert(int offset,
float f)
Inserts a float at a given offset.
|
CharBuffer |
CharBuffer.insert(int offset,
int i)
Inserts an integer at a given offset.
|
CharBuffer |
CharBuffer.insert(int offset,
long l)
Inserts a long at a given offset.
|
CharBuffer |
CharBuffer.insert(int offset,
java.lang.Object o)
Inserts an object at a given offset.
|
CharBuffer |
CharBuffer.insert(int index,
java.lang.String string)
Inserts a string.
|
CharBuffer |
CharBuffer.replace(int start,
int end,
char[] buffer,
int offset,
int len)
Replaces a range with a character array
|
CharBuffer |
CharBuffer.replace(int start,
int end,
java.lang.String string)
Replaces a range with a string
|
static CharBuffer |
Sprintf.sprintf(CharBuffer result,
java.lang.String format,
java.lang.Object... args) |
| Modifier and Type | Method and Description |
|---|---|
void |
ByteBuffer.add(CharBuffer cb) |
CharBuffer |
CharBuffer.append(CharBuffer cb)
Appends the string representation of the object to the buffer.
|
static void |
Base64.encode(CharBuffer cb,
byte[] buffer) |
static void |
Base64.encode(CharBuffer cb,
byte[] buffer,
int offset,
int length) |
static void |
Base64.encode(CharBuffer cb,
long data) |
static void |
Base64.encode24(CharBuffer cb,
int data) |
CharBuffer |
QDate.format(CharBuffer cb,
java.lang.String format)
Format the date using % escapes:
%aday of week (short)
%Aday of week (verbose)
%bmonth name (short)
%Bmonth name (verbose)
%cJava locale date
%dday of month (two-digit)
%F%Y-%m-%d
%H24-hour (two-digit)
%I12-hour (two-digit)
%jday of year (three-digit)
%l12-hour (one-digit prefixed by space)
%mmonth (two-digit)
%Mminutes
%pam/pm
%PAM/PM
%Sseconds
%smilliseconds
%xJava locale short date
%XJava locale short time
%Wweek in year (three-digit)
%wday of week (one-digit)
%yyear (two-digit)
%Yyear (four-digit)
%Ztime zone (name)
%ztime zone (+/-0800)
|
static void |
Sprintf.formatChar(CharBuffer cb,
long ch,
int width,
int flags) |
static void |
Sprintf.formatDouble(CharBuffer cb,
double value,
int prec,
int flags,
int type) |
static void |
Sprintf.formatDouble(CharBuffer cb,
double value,
int width,
int prec,
int flags,
int type) |
static void |
Sprintf.formatInteger(CharBuffer cb,
double dvalue,
int width,
int prec,
int flags,
int radix) |
static void |
Sprintf.formatInteger(CharBuffer cb,
long dvalue,
int width,
int prec,
int flags,
int radix) |
static CharBuffer |
QDate.formatLocal(CharBuffer cb,
long gmtTime,
java.lang.String format)
Formats a time in the local time zone.
|
static void |
Sprintf.formatString(CharBuffer cb,
java.lang.String string,
int prec,
int width,
int flags) |
static void |
Base64.oldEncode(CharBuffer cb,
byte[] buffer,
int offset,
int length) |
void |
CharBufferWriter.print(CharBuffer buffer) |
void |
QDate.printDate(CharBuffer cb) |
void |
QDate.printRFC2822(CharBuffer cb) |
char |
CharScanner.scan(CharCursor cursor,
CharBuffer buf)
Scans characters from a cursor, filling a char buffer.
|
static CharBuffer |
Sprintf.sprintf(CharBuffer result,
java.lang.String format,
java.lang.Object... args) |
void |
CharCursor.subseq(CharBuffer cb,
int length) |
void |
CharCursor.subseq(CharBuffer cb,
int begin,
int end) |
static void |
Utf8.write(CharBuffer cb,
char ch) |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
DatastorePath.normalizePath(CharBuffer cb,
java.lang.String oldPath,
java.lang.String newPath,
int offset,
char separatorChar) |
protected static void |
FilesystemPath.normalizePath(CharBuffer cb,
java.lang.String oldPath,
java.lang.String newPath,
int offset,
char separatorChar)
Normalizes a filesystemPath path.
|
static WriteStream |
Vfs.openWrite(CharBuffer cb)
Creates a write stream to a CharBuffer.
|
int |
ReadStream.read(CharBuffer buf,
int length)
Reads characters from the stream, appending to the character buffer.
|
int |
ReadStream.readAll(CharBuffer buf,
int length)
Reads characters from the stream, appending to the character buffer.
|
boolean |
ReadStream.readLine(CharBuffer cb)
Reads a line into the character buffer.
|
boolean |
ReadStream.readLine(CharBuffer cb,
boolean isChop)
Reads a line into the character buffer.
|
boolean |
ReadStream.readln(CharBuffer cb)
Fills the buffer with the next line from the input stream.
|
| Constructor and Description |
|---|
StringWriter(CharBuffer cb) |
| Modifier and Type | Method and Description |
|---|---|
static void |
XmlUtil.textValue(CharBuffer cb,
org.w3c.dom.Node node)
Extracts the text value from the node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MacroReader.add(CharBuffer cb)
Adds a char buffer to the macro.
|
int |
XmlReader.parseName(CharBuffer name,
int ch)
Parses a name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Expr.evalString(CharBuffer cb,
org.w3c.dom.Node node)
Fills a char buffer with the evaluated string results.
|
void |
Expr.evalString(CharBuffer cb,
org.w3c.dom.Node node,
ExprEnvironment env)
Fills a char buffer with the evaluated string results.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VarExpr.evalString(CharBuffer cb,
org.w3c.dom.Node node,
ExprEnvironment env)
Returns the value of the variable as a string
|