Exemple #1
0
 public int LZ77CompressedDataLength(int offset)
 {
     return(LZ77.GetCompressedDataLenght(ROMdata, offset));
 }