Cimbalino.Phone.Toolkit.Compression.InflateManager.SyncPoint C# (CSharp) Method

SyncPoint() private method

private SyncPoint ( ZlibCodec z ) : int
z ZlibCodec
return int
        internal int SyncPoint(ZlibCodec z)
        {
            return blocks.SyncPoint();
        }