Пример #1
0
 private static byte[] decodeXAttrValue(String value) throws IOException {
   if (value != null) {
     return XAttrCodec.decodeValue(value);
   } else {
     return new byte[0];
   }
 }