Package com.sun.jna.platform.mac
Interface XAttr
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface com.sun.jna.LibraryLibrary.Handler
 
- 
 - 
Field SummaryFields Modifier and Type Field Description static XAttrINSTANCEstatic intXATTR_CREATEstatic java.lang.StringXATTR_FINDERINFO_NAMEstatic intXATTR_MAXNAMELENstatic intXATTR_NODEFAULTstatic intXATTR_NOFOLLOWstatic intXATTR_NOSECURITYstatic intXATTR_REPLACEstatic java.lang.StringXATTR_RESOURCEFORK_NAMEstatic intXATTR_SHOWCOMPRESSION- 
Fields inherited from interface com.sun.jna.LibraryOPTION_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
 
- 
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetxattr(java.lang.String path, java.lang.String name, Pointer value, long size, int position, int options)longlistxattr(java.lang.String path, Pointer namebuff, long size, int options)intremovexattr(java.lang.String path, java.lang.String name, int options)intsetxattr(java.lang.String path, java.lang.String name, Pointer value, long size, int position, int options)
 
- 
- 
- 
Field Detail- 
INSTANCEstatic final XAttr INSTANCE 
 - 
XATTR_NOFOLLOWstatic final int XATTR_NOFOLLOW - See Also:
- Constant Field Values
 
 - 
XATTR_CREATEstatic final int XATTR_CREATE - See Also:
- Constant Field Values
 
 - 
XATTR_REPLACEstatic final int XATTR_REPLACE - See Also:
- Constant Field Values
 
 - 
XATTR_NOSECURITYstatic final int XATTR_NOSECURITY - See Also:
- Constant Field Values
 
 - 
XATTR_NODEFAULTstatic final int XATTR_NODEFAULT - See Also:
- Constant Field Values
 
 - 
XATTR_SHOWCOMPRESSIONstatic final int XATTR_SHOWCOMPRESSION - See Also:
- Constant Field Values
 
 - 
XATTR_MAXNAMELENstatic final int XATTR_MAXNAMELEN - See Also:
- Constant Field Values
 
 - 
XATTR_FINDERINFO_NAMEstatic final java.lang.String XATTR_FINDERINFO_NAME - See Also:
- Constant Field Values
 
 - 
XATTR_RESOURCEFORK_NAMEstatic final java.lang.String XATTR_RESOURCEFORK_NAME - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getxattrlong getxattr(java.lang.String path, java.lang.String name, Pointer value, long size, int position, int options)
 - 
setxattrint setxattr(java.lang.String path, java.lang.String name, Pointer value, long size, int position, int options)
 - 
removexattrint removexattr(java.lang.String path, java.lang.String name, int options)
 - 
listxattrlong listxattr(java.lang.String path, Pointer namebuff, long size, int options)
 
- 
 
-