public class Limits extends Object
| Constructor and Description |
|---|
Limits() |
| Modifier and Type | Method and Description |
|---|---|
static int |
MAX_CANON()
size of the canonical input queue
|
static int |
MAX_INPUT()
size of the type-ahead buffer
|
static int |
MAXPATHLEN() |
static int |
NAME_MAX()
# chars in a file name
|
static int |
NGROUPS_MAX()
supplemental group IDs are available
|
static int |
PATH_MAX()
# chars in a path name including nul
|
static int |
PIPE_BUF()
# bytes in atomic write to a pipe
|
static int |
RTSIG_MAX() |
static int |
XATTR_LIST_MAX()
size of extended attribute namelist (64k)
|
static int |
XATTR_NAME_MAX()
# chars in an extended attribute name
|
static int |
XATTR_SIZE_MAX()
size of an extended attribute value (64k)
|
public static int NGROUPS_MAX()
public static int MAX_CANON()
public static int MAX_INPUT()
public static int NAME_MAX()
public static int PATH_MAX()
public static int PIPE_BUF()
public static int XATTR_NAME_MAX()
public static int XATTR_SIZE_MAX()
public static int XATTR_LIST_MAX()
public static int RTSIG_MAX()
public static int MAXPATHLEN()