First page Back Continue Last page Overview Graphics
Using Streams to Read Structured Data (The Problem)
In many cases, the data we want to read/write usually has a more complex structure.
Examples:
- Textual data ordered in a table
- A list of short values where every 2 bytes represent a single short value
We would like to be able to read/write the data in a structured way.