Esempio n. 1
0
 public static int MaxCompressedLength(int source_length)
 {
     return((int)Libsnappy._snappy_max_compressed_length(new UIntPtr((uint)source_length)).ToUInt32());
 }