Uses of Class
com.caucho.vfs.DatastoreInputStream

Packages that use DatastoreInputStream
com.caucho.vfs Resin's Virtual File System. 
 

Uses of DatastoreInputStream in com.caucho.vfs
 

Methods in com.caucho.vfs with parameters of type DatastoreInputStream
 void DatastoreReadStream.init(DatastoreInputStream is)
          Initializes a VfsStream with an input/output stream pair.
 

Constructors in com.caucho.vfs with parameters of type DatastoreInputStream
DatastoreReadStream(DatastoreInputStream is)
          Create a new FileReadStream based on the java.io.* stream.
DatastoreReadStream(DatastoreInputStream is, DatastorePath path)
          Create a new FileReadStream based on the java.io.* stream.