Uses of Interface
net.metanotion.io.OutputStream

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

Uses of OutputStream in net.metanotion.io
 

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

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

Methods in net.metanotion.io that return OutputStream
 OutputStream RAMDiskFileSystem.openOutput(File f)
           
 OutputStream MountingFileSystem.openOutput(File f)
           
 OutputStream JFileSystemAdapter.openOutput(File f)
           
 OutputStream JavaFileSystem.openOutput(File f)
           
 OutputStream FileSystem.openOutput(File f)
          Get an output stream to write a file.
 OutputStream ChRootFileSystem.openOutput(File f)
           
 

Constructors in net.metanotion.io with parameters of type OutputStream
JavaOutputStream(OutputStream out)
           
 

Uses of OutputStream in net.metanotion.io.s3
 

Methods in net.metanotion.io.s3 that return OutputStream
 OutputStream S3FileSystem.openOutput(File f)