So what am I looking at next, well if you have the book that I am using you will know I am going to say:
Access files & folders by using the File System classes.
- File class and FileInfo class.
- Directory class and DirectoryInfo class.
- DriveInfo class and DriveType enumeration.
- FileSystemInfo class and FileSystemWatcher class.
- Path class.
- ErrorEventArgs and ErrorEventHandler delegate.
- RenamedEventArgs class and RenamedEventHandler delegate.
Manage byte streams by using Stream classes
- FileStream class.
- Stream class (not Reader & Writer classes as they are covered separately)
- MemoryStream class
- BufferedStream class
Manage the .NET Framework application data by using Reader & Writer classes
- StringReader class and StringWriter class.
- TextReader class and TextWriter class.
- StreamReader class and StreamWriter class.
- BinaryReader class and BinaryWriter class.
Compress or decompress stream information in a .NET Framework application
- IsolatedStorageFile class.
- IsolatedStorageFileStream class.
- DeflateStream class.
- GZipStream class.
No comments:
Post a Comment