Library.Handler
Modifier and Type | Field and Description |
---|---|
static XAttr |
INSTANCE |
static int |
XATTR_CREATE |
static String |
XATTR_FINDERINFO_NAME |
static int |
XATTR_MAXNAMELEN |
static int |
XATTR_NODEFAULT |
static int |
XATTR_NOFOLLOW |
static int |
XATTR_NOSECURITY |
static int |
XATTR_REPLACE |
static String |
XATTR_RESOURCEFORK_NAME |
static int |
XATTR_SHOWCOMPRESSION |
OPTION_ALLOW_OBJECTS, OPTION_CALLING_CONVENTION, OPTION_CLASSLOADER, OPTION_FUNCTION_MAPPER, OPTION_INVOCATION_MAPPER, OPTION_OPEN_FLAGS, OPTION_STRING_ENCODING, OPTION_STRUCTURE_ALIGNMENT, OPTION_TYPE_MAPPER
Modifier and Type | Method and Description |
---|---|
long |
getxattr(String path,
String name,
Pointer value,
long size,
int position,
int options) |
long |
listxattr(String path,
Pointer namebuff,
long size,
int options) |
int |
removexattr(String path,
String name,
int options) |
int |
setxattr(String path,
String name,
Pointer value,
long size,
int position,
int options) |
static final XAttr INSTANCE
static final int XATTR_NOFOLLOW
static final int XATTR_CREATE
static final int XATTR_REPLACE
static final int XATTR_NOSECURITY
static final int XATTR_NODEFAULT
static final int XATTR_SHOWCOMPRESSION
static final int XATTR_MAXNAMELEN
static final String XATTR_FINDERINFO_NAME
static final String XATTR_RESOURCEFORK_NAME