Home
C# / C Sharp
2D Graphics
Class Interface
Collections Data Structure
Components
Data Types
Database ADO.net
Date Time
Design Patterns
Development Class
Event
File Stream
Generics
GUI Windows Form
Internationalization I18N
Language Basics
LINQ
Network
Office
Reflection
Regular Expressions
Security
Services Event
Thread
Web Services
Windows
Windows Presentation Foundation
XML
XML LINQ
Menu
Binary Read Write « File Stream « C# / C Sharp
C# / C Sharp
File Stream
Binary Read Write
1.
Binary Writer Reader
2.
new BinaryReader(stream)
3.
StreamWriter and BinaryWriter
4.
new BinaryWriter(stream) and Write method
5.
Creating a sequential-access file
6.
Reading a sequential-access file
7.
BinaryWriter and BinaryReader classes for the writing and reading of primitive types
8.
Working with the BinaryWriter Class
9.
Working with the BinaryReader Class
10.
File pointer move and read binary file
11.
Write and then read back binary data
12.
Use BinaryReader and BinaryWriter to implement a simple inventory program
13.
Read the data from a file and desiralize it
14.
Read and Write a Binary File
15.
Read Struct out of a file with BinaryReader
16.
extends BinaryReader
17.
Write a value at a given position. Used to write a size of data in an earlier located header.