Pchp.Library.Streams.NativeStream.RawTell C# (CSharp) Method

RawTell() protected method

protected RawTell ( ) : int
return int
        protected override int RawTell()
        {
            return unchecked((int)stream.Position);
        }