NetWrok.HTTP.Zlib.ZlibCodec.SyncInflate C# (CSharp) Method

SyncInflate() public method

I don't know what this does!
public SyncInflate ( ) : int
return int
        public int SyncInflate()
        {
            if (istate == null)
                throw new ZlibException("No Inflate State!");
            return istate.Sync(this);
        }