Package com.sun.jna.platform.mac
Interface XAttr
- All Superinterfaces:
Library
JNA wrapper for <sys/xattr.h>
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.sun.jna.Library
Library.Handler
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final XAttr
static final int
static final String
static final int
static final int
static final int
static final int
static final int
static final String
static final int
Fields inherited from interface com.sun.jna.Library
OPTION_ALLOW_OBJECTS, OPTION_CALLING_CONVENTION, OPTION_CLASSLOADER, OPTION_FUNCTION_MAPPER, OPTION_INVOCATION_MAPPER, OPTION_OPEN_FLAGS, OPTION_STRING_ENCODING, OPTION_STRUCTURE_ALIGNMENT, OPTION_SYMBOL_PROVIDER, OPTION_TYPE_MAPPER
-
Method Summary
Modifier and TypeMethodDescriptionlong
long
int
removexattr
(String path, String name, int options) int
-
Field Details
-
INSTANCE
-
XATTR_NOFOLLOW
static final int XATTR_NOFOLLOW- See Also:
-
XATTR_CREATE
static final int XATTR_CREATE- See Also:
-
XATTR_REPLACE
static final int XATTR_REPLACE- See Also:
-
XATTR_NOSECURITY
static final int XATTR_NOSECURITY- See Also:
-
XATTR_NODEFAULT
static final int XATTR_NODEFAULT- See Also:
-
XATTR_SHOWCOMPRESSION
static final int XATTR_SHOWCOMPRESSION- See Also:
-
XATTR_MAXNAMELEN
static final int XATTR_MAXNAMELEN- See Also:
-
XATTR_FINDERINFO_NAME
- See Also:
-
XATTR_RESOURCEFORK_NAME
- See Also:
-
-
Method Details
-
getxattr
-
setxattr
-
removexattr
-
listxattr
-