BitMiracle.LibJpeg.BitStream.Tell C# (CSharp) Method

Tell() public method

public Tell ( ) : int
return int
        public int Tell()
        {
            return (int)m_stream.Position * bitsInByte + m_positionInByte;
        }