BTTool.CommonAnalyser.GetCurrentCharMove C# (CSharp) Method

GetCurrentCharMove() private method

取出当前字符,并指针后移
private GetCurrentCharMove ( ) : char
return char
        private char GetCurrentCharMove()
        {
            return (char)torrentStream[index++];
        }