Exemplo n.º 1
0
 public static void ExpandYAZ0(YAZ0* header, VoidPtr dstAddress, int dstLen)
 {
     Expand(header->Data, dstAddress, dstLen);
 }
Exemplo n.º 2
0
 public static void Expand(YAZ0* header, VoidPtr dstAddr, int dstLen)
 {
     RunLength.ExpandYAZ0(header, dstAddr, dstLen);
 }