SmartAssembly.Zip.SimpleZip.Inflater.Inflater C# (CSharp) Method

Inflater() public method

public Inflater ( byte bytes ) : System
bytes byte
return System
            public Inflater(byte[] bytes)
            {
                this.input.SetInput(bytes, 0, bytes.Length);
            }