NVelocity.Runtime.Parser.VelocityCharStream.EndRead C# (CSharp) Méthode

EndRead() private méthode

private EndRead ( ) : bool
Résultat bool
        private bool EndRead()
        {
            --bufferPosition;
            Backup(0);
            if (tokenBegin == -1)
            {
                tokenBegin = bufferPosition;
            }
            return false;
        }