Stream Reading

          The abstract Stream class is the base for all streams. It defines methods and properties for three fundamental operations : reading, writing, and seeking , as well as for administrative tasks such as closing , flushing, and configuring timeouts.
          Reading: 
Code
         例子:
Code



你可能感兴趣的:(reading)