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

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

Uses of RandomAccessFile in org.gridlab.gat
 

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