Uses of Enum Class
mars.simulator.SystemIO.SeekWhence
Packages that use SystemIO.SeekWhence
-
Uses of SystemIO.SeekWhence in mars.simulator
Methods in mars.simulator that return SystemIO.SeekWhenceModifier and TypeMethodDescriptionstatic SystemIO.SeekWhence
SystemIO.SeekWhence.valueOf
(int ordinal) Find the "whence" value, if any, corresponding to a given internal integer value.static SystemIO.SeekWhence
Returns the enum constant of this class with the specified name.static SystemIO.SeekWhence[]
SystemIO.SeekWhence.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in mars.simulator with parameters of type SystemIO.SeekWhenceModifier and TypeMethodDescriptionlong
SystemIO.seekFile
(int descriptor, long offset, SystemIO.SeekWhence whence) Change the current position where read/write operations will be done within a file.