| Package | Description |
|---|---|
| com.caucho.el | |
| com.caucho.quercus | |
| com.caucho.quercus.env | |
| com.caucho.quercus.lib.dom | |
| com.caucho.quercus.lib.file | |
| com.caucho.quercus.parser | |
| com.caucho.quercus.resources | |
| com.caucho.quercus.script | |
| com.caucho.util |
Assorted utilities
|
| com.caucho.vfs |
Resin's Virtual File System.
|
| com.caucho.xml.readers | |
| com.caucho.xml.stream |
| Modifier and Type | Method and Description |
|---|---|
static void |
Expr.printEscaped(WriteStream os,
ReadStream is)
Write to the *.java stream escaping Java reserved characters.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Quercus.execute(ReadStream stream) |
QuercusPage |
QuercusContext.parse(ReadStream is)
Parses a quercus program.
|
| Modifier and Type | Method and Description |
|---|---|
int |
StringValue.appendReadAll(ReadStream is,
long length)
Append from an input stream, reading from the input stream until
end of file or the length is reached.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DOMImplementation.parseHTMLDocument(org.w3c.dom.Document document,
ReadStream is,
java.lang.String path) |
void |
DOMImplementation.parseXMLDocument(org.w3c.dom.Document document,
ReadStream is,
java.lang.String path) |
| Modifier and Type | Method and Description |
|---|---|
void |
ReadStreamInput.init(ReadStream is) |
void |
AbstractBinaryInput.init(ReadStream is) |
void |
BufferedBinaryInputOutput.init(ReadStream is,
WriteStream os) |
static ArrayValue |
IniParser.parse(Env env,
ReadStream is,
boolean isProcessSections) |
| Constructor and Description |
|---|
AbstractBinaryInput(Env env,
ReadStream is) |
ReadStreamInput(Env env,
LineReader lineReader,
ReadStream is) |
| Modifier and Type | Method and Description |
|---|---|
static QuercusProgram |
QuercusParser.parse(QuercusContext quercus,
Path path,
ReadStream is) |
static QuercusProgram |
QuercusParser.parse(QuercusContext quercus,
ReadStream is) |
| Constructor and Description |
|---|
QuercusParser(QuercusContext quercus,
Path sourceFile,
ReadStream is) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
StreamReadWrite.init(ReadStream is,
WriteStream os) |
| Constructor and Description |
|---|
StreamReadWrite(Env env,
ReadStream is,
WriteStream os) |
| Modifier and Type | Method and Description |
|---|---|
static ReadStream |
EncoderStream.open(java.io.Reader reader,
java.lang.String charset) |
| Modifier and Type | Method and Description |
|---|---|
ReadStream |
ByteBuffer.createReadStream() |
| Modifier and Type | Method and Description |
|---|---|
ReadStream |
ReadWritePair.getReadStream()
Return the read stream of the pair.
|
ReadStream |
ReadStream.StreamReader.getStream() |
static ReadStream |
ReaderStream.open(java.io.Reader reader) |
static ReadStream |
StringReader.open(java.lang.String string)
Creates a new ReadStream reading bytes from the given string.
|
static ReadStream |
StringStream.open(java.lang.String string) |
ReadStream |
TempOutputStream.openRead()
Opens a read stream to the buffer.
|
ReadStream |
TempStreamApi.openRead() |
ReadStream |
TempStream.openRead()
Opens a read stream to the buffer.
|
ReadStream |
Path.openRead()
Opens a resin ReadStream for reading.
|
ReadStream |
MultipartStream.openRead()
Opens the next part of the multipart/mime stream for reading.
|
static ReadStream |
VfsStream.openRead(java.io.InputStream is)
Opens a read stream based on a java.io.InputStream.
|
static ReadStream |
Vfs.openRead(java.io.InputStream is)
Creates new ReadStream from an InputStream
|
static ReadStream |
VfsStream.openRead(java.io.InputStream is,
WriteStream ws) |
static ReadStream |
Vfs.openRead(java.io.InputStream is,
WriteStream ws) |
static ReadStream |
Vfs.openRead(java.io.Reader reader)
Creates a ReadStream from a Reader
|
static ReadStream |
Vfs.openRead(java.lang.String path)
Create a ReadStream from a string.
|
ReadStream |
TempStream.openReadAndSaveBuffer()
Opens a read stream to the buffer.
|
ReadStream |
MemoryStream.openReadAndSaveBuffer() |
static ReadStream |
Vfs.openString(java.lang.String string) |
| Modifier and Type | Method and Description |
|---|---|
void |
BufferedReaderAdapter.init(ReadStream rs) |
void |
MultipartStream.init(ReadStream is,
java.lang.String headerBoundary)
Initialize the multipart stream with a given boundary.
|
void |
TempStream.openRead(ReadStream rs)
Opens a read stream to the buffer.
|
void |
PathWrapper.openReadWrite(ReadStream is,
WriteStream os)
Opens a resin ReadWritePair for reading and writing.
|
void |
Path.openReadWrite(ReadStream is,
WriteStream os)
Opens a resin ReadWritePair for reading and writing.
|
| Constructor and Description |
|---|
BufferedReaderAdapter(ReadStream rs) |
MultipartStream(ReadStream is,
java.lang.String boundary) |
ReadWritePair(ReadStream readStream,
WriteStream writeStream)
Creates a ReadWritePair
|
| Modifier and Type | Field and Description |
|---|---|
protected ReadStream |
XmlReader._is |
| Modifier and Type | Method and Description |
|---|---|
ReadStream |
XmlReader.getReadStream()
Returns the read stream.
|
ReadStream |
MacroReader.getReadStream() |
| Modifier and Type | Method and Description |
|---|---|
void |
XmlReader.init(XmlParser parser,
ReadStream is)
Initialize a reader at the start of parsing.
|
| Constructor and Description |
|---|
Utf16Reader(XmlParser parser,
ReadStream is)
Create a new reader with the given read stream.
|
Utf8Reader(XmlParser parser,
ReadStream is)
Create a new reader with the given read stream.
|
XmlReader(XmlParser parser,
ReadStream is)
Create a new reader with the given read stream.
|
| Constructor and Description |
|---|
XMLStreamReaderImpl(ReadStream is) |