public static enum LinuxNativeUtil.lseek_whence extends Enum<LinuxNativeUtil.lseek_whence>
| Modifier and Type | Method and Description |
|---|---|
static LinuxNativeUtil.lseek_whence |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LinuxNativeUtil.lseek_whence[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LinuxNativeUtil.lseek_whence SEEK_SET
public static final LinuxNativeUtil.lseek_whence SEEK_CUR
public static final LinuxNativeUtil.lseek_whence SEEK_END
public static LinuxNativeUtil.lseek_whence[] values()
for (LinuxNativeUtil.lseek_whence c : LinuxNativeUtil.lseek_whence.values()) System.out.println(c);
public static LinuxNativeUtil.lseek_whence valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2024. All rights reserved.