Uses of Interface
net.metanotion.io.InputStream

Packages that use InputStream
net.metanotion.io   
net.metanotion.io.s3   
 

Uses of InputStream in net.metanotion.io
 

Subinterfaces of InputStream in net.metanotion.io
 interface RandomAccess
          An interface for reading and writing a "random access" file.
 

Classes in net.metanotion.io that implement InputStream
 class ByteCordRandomAccess
           
 class JInputStream
          Adapter to convert a java.io.InputStream into a net.metantion.io.InputStream.
 class JRandomAccess
          Adapter to convert a java.io.RandomAccessFile nto a net.metantion.io.RandomAccess.
 

Methods in net.metanotion.io that return InputStream
 InputStream RAMDiskFileSystem.openInput(File f)
           
 InputStream MountingFileSystem.openInput(File f)
           
 InputStream JFileSystemAdapter.openInput(File f)
           
 InputStream JavaFileSystem.openInput(File f)
           
 InputStream FileSystem.openInput(File f)
          Get an input stream to read a file.
 InputStream ChRootFileSystem.openInput(File f)
           
 

Constructors in net.metanotion.io with parameters of type InputStream
JavaInputStream(InputStream in)
           
 

Uses of InputStream in net.metanotion.io.s3
 

Methods in net.metanotion.io.s3 that return InputStream
 InputStream S3FileSystem.openInput(File f)