Fan.Sys.SysInStream.r C# (CSharp) Method

r() public method

public r ( ) : int
return int
        public override int r()
        {
            try
              {
            return inStream.ReadByte();
              }
              catch (IOException e)
              {
            throw IOErr.make(e).val;
              }
        }