public class XAttrUtil extends Object
Constructor | Description |
---|---|
XAttrUtil() |
Modifier and Type | Method | 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)