January 2011
Intermediate to advanced
1648 pages
70h 30m
English
• Monitoring File System Activity 1400
• Streams: The Bread and Butter of I/O 1408
• A Primer to (Named) Pipes 1423
Almost every application must deal with input and output. I/O is an incredibly broad term that could apply to user interaction all the way to making calls over a network. From a narrower point of view, file operations are commonly referred to as I/O operations.
In this chapter, we look at what the Base Class Library (BCL) classifies as I/O by means of the System.IO namespace, which mostly deals with operations on files and directories. This chapter ...
Read now
Unlock full access