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