摘要: 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: CodeCode highlighting produced by Actipro Cod 阅读全文
posted @ 2009-09-02 17:36 糊涂而已 阅读(146) 评论(0) 推荐(0) 编辑
摘要: The most fundamental types for input and output int the .NET. These types int the System.IO namespace, the home of lower-level I/o functionality. The .NET steam architecture centers on three concepts : backing stores, decoratiors, and adapters. as the following Figure. Steams fall into two categorie 阅读全文
posted @ 2009-09-02 16:33 糊涂而已 阅读(172) 评论(0) 推荐(0) 编辑