IndexArray4i restore_list4i_compressed(String valueString) { char[] str = valueString.ToCharArray(); byte[] buffer = Convert.FromBase64CharArray(str, 0, str.Length); return(BufferUtil.ToIndexArray4i(BufferUtil.DecompressZLib(buffer))); }