| Modifier and Type | Method and Description |
|---|---|
static OpenFlag |
OpenFlag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpenFlag[] |
OpenFlag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
default int |
PosixAPI.open(CharSequence path,
OpenFlag flags,
int perm)
Opens a file descriptor.
|
Copyright © 2024. All rights reserved.