NetWrok.HTTP.Zlib.InflateBlocks.SyncPoint C# (CSharp) 메소드

SyncPoint() 개인적인 메소드

private SyncPoint ( ) : int
리턴 int
        internal int SyncPoint()
        {
            return mode == LENS ? 1 : 0;
        }