Tamir.Streams.OutputStream.ReadByte C# (CSharp) Method

ReadByte() public method

public ReadByte ( ) : int
return int
		public override int ReadByte()
		{
			return 0;
		}