mirror of
https://github.com/SabreTools/SabreTools.IO.git
synced 2026-07-08 17:57:02 +00:00
Separate out main IO classes in README
This commit is contained in:
13
README.MD
13
README.MD
@@ -14,18 +14,23 @@ Below are a list of the included namespaces and their overall utility.
|
||||
|
||||
Generic helper classes that involve custom functionality and utility.
|
||||
|
||||
#### Classes
|
||||
#### Stream Implementations
|
||||
|
||||
| Class | Notes |
|
||||
| --- | --- |
|
||||
| `BufferedStream` | Not a true stream implementation used for buffered, single-byte reads |
|
||||
| `ParentablePath` | Class that represents a path that is rooted by a parent directory |
|
||||
| `PathTool` | Utility class for common Path-related functions |
|
||||
| `ReadOnlyBitStream` | Read-only stream implementation allowing bitwise reading |
|
||||
| `ReadOnlyCompositeStream` | Read-only stream implementation that wraps multiple source streams in a set order |
|
||||
| `Transform` | Utility class that allows common data transformations for streams and byte arrays |
|
||||
| `ViewStream` | Read-only stream implementation representing a view into source data |
|
||||
|
||||
#### Utility Classes
|
||||
|
||||
| Class | Notes |
|
||||
| --- | --- |
|
||||
| `ParentablePath` | Class that represents a path that is rooted by a parent directory |
|
||||
| `PathTool` | Utility class for common Path-related functions |
|
||||
| `Transform` | Utility class that allows common data transformations for streams and byte arrays |
|
||||
|
||||
`Transform` functionality includes:
|
||||
|
||||
- Combine using either ordered concatenation or interleaving
|
||||
|
||||
Reference in New Issue
Block a user