Package | Description |
---|---|
com.caucho.db.io | |
com.caucho.quercus.lib.file | |
com.caucho.vfs |
Resin's Virtual File System.
|
Modifier and Type | Class and Description |
---|---|
class |
RandomAccessStreamNio
Stream using with JNI.
|
Modifier and Type | Class and Description |
---|---|
class |
FileInput
Represents a Quercus file open for reading
|
class |
FileInputOutput
Represents a PHP open file
|
class |
FileOutput
Represents a PHP open file
|
class |
HttpInputOutput |
Modifier and Type | Method and Description |
---|---|
static boolean |
FileModule.flock(Env env,
LockableStream fileV,
int operation,
Value wouldBlock)
Advisory locking
|
Modifier and Type | Class and Description |
---|---|
class |
DatastoreRandomAccessStream
Reads from a file in a random-access fashion.
|
class |
DatastoreReadStream
Stream encapsulating FileInputStream
|
class |
DatastoreWriteStream
Stream encapsulating FileOutputStream
|
class |
FileRandomAccessStream
Reads from a file in a random-access fashion.
|
class |
FileReadStream
Stream encapsulating FileInputStream
|
class |
FileWriteStream
Stream encapsulating FileOutputStream
|
class |
JniFileStream
Stream using with JNI.
|
class |
JniMemoryMappedFile
Stream using with JNI.
|
class |
JniRandomAccessFile
Stream using with JNI.
|
class |
NullWriteStream
A WriteStream that writes to nothing.
|
class |
RandomAccessStream
Reads from a file in a random-access fashion.
|
class |
ReadStream
A fast bufferered input stream supporting both character
and byte data.
|
class |
SpyRandomAccessStream
Reads from a file in a random-access fashion.
|
class |
WriteStream
A fast bufferered output stream supporting both character
and byte data.
|