I have the following decompression routine for decompressing some LZ77 streams:
private static readonly byte[] Buffer = new byte[0x2000]; private static void