Package com.sun.jna.platform.bsd
Interface ExtAttr
- All Superinterfaces:
Library
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.sun.jna.Library
Library.Handler
-
Field Summary
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 TypeMethodDescriptionint
extattr_delete_file
(String path, int attrnamespace, String attrname) extattr_get_file
(String path, int attrnamespace, String attrname, ByteBuffer data, LibCAPI.size_t nbytes) extattr_list_file
(String path, int attrnamespace, ByteBuffer data, LibCAPI.size_t nbytes) extattr_set_file
(String path, int attrnamespace, String attrname, ByteBuffer data, LibCAPI.size_t nbytes)
-
Field Details
-
INSTANCE
-
EXTATTR_NAMESPACE_USER
static final int EXTATTR_NAMESPACE_USER- See Also:
-
-
Method Details
-
extattr_get_file
LibCAPI.ssize_t extattr_get_file(String path, int attrnamespace, String attrname, ByteBuffer data, LibCAPI.size_t nbytes) -
extattr_set_file
LibCAPI.ssize_t extattr_set_file(String path, int attrnamespace, String attrname, ByteBuffer data, LibCAPI.size_t nbytes) -
extattr_delete_file
-
extattr_list_file
LibCAPI.ssize_t extattr_list_file(String path, int attrnamespace, ByteBuffer data, LibCAPI.size_t nbytes)
-