Package com.sun.jna.platform.bsd
Schnittstelle ExtAttr
- Alle Superschnittstellen:
Library
-
Verschachtelte Klassen - Übersicht
Von Schnittstelle geerbte verschachtelte Klassen/Schnittstellen com.sun.jna.Library
Library.Handler
-
Feldübersicht
FelderVon Schnittstelle geerbte Felder 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
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungint
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)
-
Felddetails
-
INSTANCE
-
EXTATTR_NAMESPACE_USER
static final int EXTATTR_NAMESPACE_USER- Siehe auch:
-
-
Methodendetails
-
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)
-