| Class | Description |
|---|---|
| BinaryReader |
Basically DataInputStream, but the bytes are parsed in reverse order
|
| BinaryWriter |
Basically DataOutputStream, but the bytes are parsed in reverse order
|
| MemoryStream |
Creates a stream whose backing store is memory.
|
| Enum | Description |
|---|---|
| SeekOrigin |