Uses of Interface
com.caucho.vfs.SendfileOutputStream

Packages that use SendfileOutputStream
com.caucho.server.http   
com.caucho.vfs Resin's Virtual File System. 
 

Uses of SendfileOutputStream in com.caucho.server.http
 

Classes in com.caucho.server.http that implement SendfileOutputStream
 class HttpResponseStream
           
 

Uses of SendfileOutputStream in com.caucho.vfs
 

Classes in com.caucho.vfs that implement SendfileOutputStream
 class NullWriteStream
          A WriteStream that writes to nothing.
 class WriteStream
          A fast bufferered output stream supporting both character and byte data.
 

Methods in com.caucho.vfs with parameters of type SendfileOutputStream
 boolean RandomAccessStream.writeToStream(SendfileOutputStream os, long offset, long length, long[] blockAddresses, long blockLength)
          Writes data to the file.