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

RawWrite() protected method

protected RawWrite ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
return int
		protected override int RawWrite(byte[] buffer, int offset, int count)
		{
			return proxy.Write(buffer, offset, count);
		}