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 XAttrstatic final intstatic final Stringstatic final intstatic final intstatic final intstatic final intstatic final intstatic final Stringstatic final intFields 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 TypeMethodDescriptionlonglongintremovexattr(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
-