| Modifier and Type | Field and Description |
|---|---|
static long |
MAX_VALUE |
static long |
MIN_VALUE |
| Modifier and Type | Method and Description |
|---|---|
boolean |
defined() |
int |
intValue() |
long |
longValue() |
int |
value() |
static Pathconf |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Pathconf[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Pathconf _PC_FILESIZEBITS
public static final Pathconf _PC_LINK_MAX
public static final Pathconf _PC_MAX_CANON
public static final Pathconf _PC_MAX_INPUT
public static final Pathconf _PC_NAME_MAX
public static final Pathconf _PC_PATH_MAX
public static final Pathconf _PC_PIPE_BUF
public static final Pathconf _PC_2_SYMLINKS
public static final Pathconf _PC_ALLOC_SIZE_MIN
public static final Pathconf _PC_REC_INCR_XFER_SIZE
public static final Pathconf _PC_REC_MAX_XFER_SIZE
public static final Pathconf _PC_REC_MIN_XFER_SIZE
public static final Pathconf _PC_REC_XFER_ALIGN
public static final Pathconf _PC_SYMLINK_MAX
public static final Pathconf _PC_CHOWN_RESTRICTED
public static final Pathconf _PC_NO_TRUNC
public static final Pathconf _PC_VDISABLE
public static final Pathconf _PC_ASYNC_IO
public static final Pathconf _PC_PRIO_IO
public static final Pathconf _PC_SYNC_IO
public static final long MIN_VALUE
public static final long MAX_VALUE
public static Pathconf[] values()
for (Pathconf c : Pathconf.values()) System.out.println(c);
public static Pathconf 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 namejava.lang.NullPointerException - if the argument is nullpublic final int value()
Copyright © 2020. All Rights Reserved.