Uses of Class
org.gridlab.gat.io.FileOutputStream

Packages that use FileOutputStream
org.gridlab.gat This package contains classes and interfaces which are used throughout the GAT application API. 
 

Uses of FileOutputStream in org.gridlab.gat
 

Methods in org.gridlab.gat that return FileOutputStream
static FileOutputStream GAT.createFileOutputStream(File file)
          Constructs a FileOutputStream instance which corresponds to the physical file identified by the passed File and whose access rights are determined by the GATContext of this File.
static FileOutputStream GAT.createFileOutputStream(File file, boolean append)
          Constructs a FileOutputStream instance which corresponds to the physical file identified by the passed File and whose access rights are determined by the GATContext of this File.
static FileOutputStream GAT.createFileOutputStream(GATContext gatContext, File file)
          Constructs a FileOutputStream instance which corresponds to the physical file identified by the passed File and whose access rights are determined by the passed GATContext.
static FileOutputStream GAT.createFileOutputStream(GATContext gatContext, File file, boolean append)
          Constructs a FileOutputStream instance which corresponds to the physical file identified by the passed File and whose access rights are determined by the passed GATContext.
static FileOutputStream GAT.createFileOutputStream(GATContext gatContext, Preferences preferences, File file)
          Constructs a FileOutputStream instance which corresponds to the physical file identified by the passed File and whose access rights are determined by the passed GATContext and additional Preferences.
static FileOutputStream GAT.createFileOutputStream(GATContext gatContext, Preferences preferences, File file, boolean append)
          Constructs a FileOutputStream instance which corresponds to the physical file identified by the passed file and whose access rights are determined by the passed GATContext and additional Preferences.
static FileOutputStream GAT.createFileOutputStream(GATContext gatContext, Preferences preferences, String location)
          Constructs a FileOutputStream instance which corresponds to the physical file identified by the passed URI (in String format) and whose access rights are determined by the passed GATContext and additional Preferences.
static FileOutputStream GAT.createFileOutputStream(GATContext gatContext, Preferences preferences, String location, boolean append)
          Constructs a FileOutputStream instance which corresponds to the physical file identified by the passed URI (in String format) and whose access rights are determined by the passed GATContext and additional Preferences.
static FileOutputStream GAT.createFileOutputStream(GATContext gatContext, Preferences preferences, URI location)
          Constructs a FileOutputStream instance which corresponds to the physical file identified by the passed URI and whose access rights are determined by the passed GATContext.
static FileOutputStream GAT.createFileOutputStream(GATContext gatContext, Preferences preferences, URI location, boolean append)
          Constructs a FileOutputStream instance which corresponds to the physical file identified by the passed URI and whose access rights are determined by the passed GATContext and additional Preferences.
static FileOutputStream GAT.createFileOutputStream(GATContext gatContext, String location)
          Constructs a FileOutputStream instance which corresponds to the physical file identified by the passed URI (in String format) and whose access rights are determined by the passed GATContext.
static FileOutputStream GAT.createFileOutputStream(GATContext gatContext, String location, boolean append)
          Constructs a FileOutputStream instance which corresponds to the physical file identified by the passed URI (in String format) and whose access rights are determined by the passed GATContext.
static FileOutputStream GAT.createFileOutputStream(GATContext gatContext, URI location)
          Constructs a FileOutputStream instance which corresponds to the physical file identified by the passed URI and whose access rights are determined by the passed GATContext.
static FileOutputStream GAT.createFileOutputStream(GATContext gatContext, URI location, boolean append)
          Constructs a FileOutputStream instance which corresponds to the physical file identified by the passed URI and whose access rights are determined by the passed GATContext.
static FileOutputStream GAT.createFileOutputStream(Preferences preferences, File file)
          Constructs a FileOutputStream instance which corresponds to the physical file identified by the passed File and whose access rights are determined by the GATContext of this File and additional Preferences.
static FileOutputStream GAT.createFileOutputStream(Preferences preferences, File file, boolean append)
          Constructs a FileOutputStream instance which corresponds to the physical file identified by the passed File and whose access rights are determined by the GATContext of this File and additional Preferences.
static FileOutputStream GAT.createFileOutputStream(Preferences preferences, String location)
          Constructs a FileOutputStream instance which corresponds to the physical file identified by the passed URI (in String format) and whose access rights are determined by the default GATContext and additional Preferences.
static FileOutputStream GAT.createFileOutputStream(Preferences preferences, String location, boolean append)
          Constructs a FileOutputStream instance which corresponds to the physical file identified by the passed URI (in String format) and whose access rights are determined by the passed GATContext and additional Preferences.
static FileOutputStream GAT.createFileOutputStream(Preferences preferences, URI location)
          Constructs a FileOutputStream instance which corresponds to the physical file identified by the passed URI and whose access rights are determined by the default GATContext and additional Preferences.
static FileOutputStream GAT.createFileOutputStream(Preferences preferences, URI location, boolean append)
          Constructs a FileOutputStream instance which corresponds to the physical file identified by the passed URI and whose access rights are determined by the default GATContext and additional Preferences.
static FileOutputStream GAT.createFileOutputStream(String location)
          Constructs a FileOutputStream instance which corresponds to the physical file identified by the passed URI (in String format) and whose access rights are determined by the default GATContext.
static FileOutputStream GAT.createFileOutputStream(String location, boolean append)
          Constructs a FileOutputStream instance which corresponds to the physical file identified by the passed URI (in String format) and whose access rights are determined by the passed GATContext.
static FileOutputStream GAT.createFileOutputStream(URI location)
          Constructs a FileOutputStream instance which corresponds to the physical file identified by the passed URI and whose access rights are determined by the default GATContext.
static FileOutputStream GAT.createFileOutputStream(URI location, boolean append)
          Constructs a FileOutputStream instance which corresponds to the physical file identified by the passed URI and whose access rights are determined by the default GATContext.