| 
 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Objectjava.lang.Enum<FileSeekOrigin>
org.virtualbox_7_1.FileSeekOrigin
public enum FileSeekOrigin
What a file seek (IFile.seek(Long,org.virtualbox_7_1.FileSeekOrigin)) is relative to.
Interface ID: {AD32F789-4279-4530-979C-F16892E1C263}
| Enum Constant Summary | |
|---|---|
| BeginSeek from the beginning of the file. | |
| CurrentSeek from the current file position. | |
| EndSeek relative to the end of the file. | |
| Method Summary | |
|---|---|
| static FileSeekOrigin | fromValue(long v) | 
| static FileSeekOrigin | fromValue(java.lang.String v) | 
|  int | value() | 
| static FileSeekOrigin | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static FileSeekOrigin[] | values()Returns an array containing the constants of this enum type, in the order they are declared. | 
| Methods inherited from class java.lang.Enum | 
|---|
| clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf | 
| Methods inherited from class java.lang.Object | 
|---|
| getClass, notify, notifyAll, wait, wait, wait | 
| Enum Constant Detail | 
|---|
public static final FileSeekOrigin Begin
public static final FileSeekOrigin Current
public static final FileSeekOrigin End
| Method Detail | 
|---|
public static FileSeekOrigin[] values()
for (FileSeekOrigin c : FileSeekOrigin.values()) System.out.println(c);
public static FileSeekOrigin valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is nullpublic int value()
public static FileSeekOrigin fromValue(long v)
public static FileSeekOrigin fromValue(java.lang.String v)
| 
 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||