Uses of Package
org.ogf.saga.file

Packages that use org.ogf.saga.file
org.ogf.saga.bootstrap This package contains the bootstrap mechanism which connects a SAGA application, written on top of the SAGA Java language bindings, to a specific SAGA implementation. 
org.ogf.saga.file This package provides classes to manipulate the contents of directories or files. 
 

Classes in org.ogf.saga.file used by org.ogf.saga.bootstrap
FileFactory
          Factory for objects from the namespace package.
 

Classes in org.ogf.saga.file used by org.ogf.saga.file
Directory
          A Directory instance represents an open directory.
File
          The File interface represents an open file descriptor for reads/writes on a physical file.
FileFactory
          Factory for objects from the namespace package.
FileInputStream
          Since Java programmers are used to streams, the Java language bindings of SAGA provide them.
FileOutputStream
          Since Java programmers are used to streams, the Java language bindings of SAGA provide them.
IOVec
          Extends the Buffer interface with lenIn, lenOut, and offset attributes.
SeekMode
          Determines the seekmode for File.seek(long, org.ogf.saga.file.SeekMode): the specified offset is interpreted with respect to the start, the current position, or the end.
 



Copyright © 2014 Open Grid Forum. All rights reserved.