net.sf.jni4net.nio.BufferN.nextGetIndex C# (CSharp) 메소드

nextGetIndex() 개인적인 메소드

private nextGetIndex ( ) : int
리턴 int
        internal int nextGetIndex()
        {
            // package-private
            if (_position >= _limit)
                throw new BufferUnderflowException();
            return _position++;
        }

Same methods

BufferN::nextGetIndex ( int nb ) : int