Tamir.Streams.JStream.read C# (CSharp) Method

read() public method

public read ( ) : int
return int
		public int read()
		{
			return ReadByte();
		}

Same methods

JStream::read ( byte buffer ) : int
JStream::read ( byte buffer, int offset, int count ) : int