PHP.Core.ExternalStream.RawTell C# (CSharp) Method

RawTell() protected method

Gets the current position in the stream.
protected RawTell ( ) : int
return int
		protected override int RawTell()
		{
			return proxy.Tell();
		}
		#endregion