Uses of Class
org.ogf.saga.file.SeekMode

Packages that use SeekMode
org.ogf.saga.file This package provides classes to manipulate the contents of directories or files. 
 

Uses of SeekMode in org.ogf.saga.file
 

Methods in org.ogf.saga.file that return SeekMode
static SeekMode SeekMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SeekMode[] SeekMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.ogf.saga.file with parameters of type SeekMode
 long File.seek(long offset, SeekMode whence)
          Repositions the current file position as requested.
 Task<File,Long> File.seek(TaskMode mode, long offset, SeekMode whence)
          Creates a task that repositions the current file position as requested.
 



Copyright © 2014 Open Grid Forum. All rights reserved.