Sharpen.FilterInputStream.Read C# (CSharp) Method

Read() public method

public Read ( ) : int
return int
		public override int Read ()
		{
			return [email protected] ();
		}

Same methods

FilterInputStream::Read ( byte buf ) : int
FilterInputStream::Read ( byte b, int off, int len ) : int