ZInputStream public class ZInputStream : BaseInputStream Documentation Code protected byte[] buf protected byte[] buf1 protected bool closed protected bool compress protected int flushLevel protected Stream input protected ZStream z public virtual int FlushMode { get; set; } public virtual long TotalIn { get; } public virtual long TotalOut { get; } public ZInputStream(Stream input) public ZInputStream(Stream input, bool nowrap) public ZInputStream(Stream input, ZStream z) public ZInputStream(Stream input, int level) public ZInputStream(Stream input, int level, bool nowrap) protected void Detach(bool disposing)