示例#1
0
 VectorArray2f restore_list2f_compressed(String valueString)
 {
     char[] str    = valueString.ToCharArray();
     byte[] buffer = Convert.FromBase64CharArray(str, 0, str.Length);
     return(BufferUtil.ToVectorArray2f(BufferUtil.DecompressZLib(buffer)));
 }