Murach's Beginning Visual Basic .NET
This chapter shows how to use structures and System.IO classes to write data to disk files and read data from disk files.
|
|
|
|
How to declare a structure |
404 |
|
How to use a structure |
404 |
|
|
The classes for managing directories, files,
and paths |
406 |
|
How files and streams work |
408 |
|
How to use the FileStream class |
410 |
|
How to use the exception classes for file
I/O |
412 |
|
|
How to use the BinaryReader class to read
from a binary file |
414 |
|
How to use the BinaryWriter class to write
to a binary file |
416 |
|
The design and property settings for the Book
Maintenance form |
418 |
|
The code for the Book Maintenance form
when it processes a binary file |
420 |
|
|
How to use the StreamReader class to read
from a text file |
424 |
|
How to use the StreamWriter class to write
to a text file |
426 |
|
The code for the Book Maintenance form when
it processes a text file |
428 |
|
|
Basic functions |
430 |
|
Random access functions |
430 |
|
|
t |
|
|
|
|
© Copyright 1998-2008 Mike Murach &
Associates, Inc. All rights reserved.
|