Uses of Class
org.axiondb.io.AxionOutputStream

Packages that use AxionOutputStream
org.axiondb.io   
 

Uses of AxionOutputStream in org.axiondb.io
 

Methods in org.axiondb.io that return AxionOutputStream
 AxionOutputStream AxionFileSystem.open(File file, boolean overwrite)
          Open file in append mode if overwrite is false, otherwise create new file.
 AxionOutputStream AxionFileSystem.openAppend(File file)
          Open file in append mode, position will be set to the end of file.
 

Constructors in org.axiondb.io with parameters of type AxionOutputStream
BufferedDataOutputStream(AxionOutputStream out)
           
BufferedDataOutputStream(AxionOutputStream out, int bufferSize)