Package com.sun.jna.platform.mac
Class XAttrUtil
- java.lang.Object
-
- com.sun.jna.platform.mac.XAttrUtil
-
public class XAttrUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description XAttrUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static StringdecodeString(ByteBuffer bb)protected static List<String>decodeStringSequence(ByteBuffer bb)protected static MemoryencodeString(String s)static StringgetXAttr(String path, String name)static List<String>listXAttr(String path)static intremoveXAttr(String path, String name)static intsetXAttr(String path, String name, String value)
-
-
-
Method Detail
-
decodeString
protected static String decodeString(ByteBuffer bb)
-
decodeStringSequence
protected static List<String> decodeStringSequence(ByteBuffer bb)
-
-