public class XAttrUtil extends Object
Constructor and Description |
---|
XAttrUtil() |
Modifier and Type | Method and Description |
---|---|
protected static String |
decodeString(ByteBuffer bb) |
protected static List<String> |
decodeStringSequence(ByteBuffer bb) |
protected static Memory |
encodeString(String s) |
static String |
getXAttr(String path,
String name) |
static List<String> |
listXAttr(String path) |
static int |
removeXAttr(String path,
String name) |
static int |
setXAttr(String path,
String name,
String value) |
protected static String decodeString(ByteBuffer bb)
protected static List<String> decodeStringSequence(ByteBuffer bb)