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

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

Uses of FileInputStream in org.gridlab.gat
 

Methods in org.gridlab.gat that return FileInputStream
static FileInputStream GAT.createFileInputStream(File file)
          Constructs a FileInputStream 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 FileInputStream GAT.createFileInputStream(GATContext gatContext, File file)
          Constructs a FileInputStream instance which corresponds to the physical file identified by the passed File and whose access rights are determined by the passed GATContext.
static FileInputStream GAT.createFileInputStream(GATContext gatContext, Preferences preferences, File file)
          Constructs a FileInputStream instance which corresponds to the physical file identified by the passed file and whose access rights are determined by the passed GATContext with additional Preferences.
static FileInputStream GAT.createFileInputStream(GATContext gatContext, Preferences preferences, String location)
          Constructs a FileInputStream 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 with additional Preferences.
static FileInputStream GAT.createFileInputStream(GATContext gatContext, Preferences preferences, URI location)
          Constructs a FileInputStream instance which corresponds to the physical file identified by the passed URI and whose access rights are determined by the passed GATContext with additional Preferences.
static FileInputStream GAT.createFileInputStream(GATContext gatContext, String location)
          Constructs a FileInputStream 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 FileInputStream GAT.createFileInputStream(GATContext gatContext, URI location)
          Constructs a FileInputStream instance which corresponds to the physical file identified by the passed URI and whose access rights are determined by the passed GATContext.
static FileInputStream GAT.createFileInputStream(Preferences preferences, File file)
          Constructs a FileInputStream instance which corresponds to the physical file identified by the passed URI and whose access rights are determined by the GATContext of this File and additional Preferences.
static FileInputStream GAT.createFileInputStream(Preferences preferences, String location)
          Constructs a FileInputStream 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 with additional Preferences.
static FileInputStream GAT.createFileInputStream(Preferences preferences, URI location)
          Constructs a FileInputStream instance which corresponds to the physical file identified by the passed URI and whose access rights are determined by the default GATContext with additional Preferences.
static FileInputStream GAT.createFileInputStream(String location)
          Constructs a FileInputStream 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 FileInputStream GAT.createFileInputStream(URI location)
          Constructs a FileInputStream instance which corresponds to the physical file identified by the passed URI and whose access rights are determined by the default GATContext.