Package | Description |
---|---|
com.caucho.server.http | |
com.caucho.vfs |
Resin's Virtual File System.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpResponseStream |
Modifier and Type | Class and Description |
---|---|
class |
NullWriteStream
A WriteStream that writes to nothing.
|
class |
WriteStream
A fast bufferered output stream supporting both character
and byte data.
|
Modifier and Type | Method and Description |
---|---|
boolean |
JniMemoryMappedFile.writeToStream(SendfileOutputStream os,
long offset,
long length,
long[] blockAddresses,
long blockLength)
Writes data to the file.
|
boolean |
RandomAccessStream.writeToStream(SendfileOutputStream os,
long offset,
long length,
long[] blockAddresses,
long blockLength)
Writes data to the file.
|