GenericReader 2.3.0
dotnet add package GenericReader --version 2.3.0
NuGet\Install-Package GenericReader -Version 2.3.0
<PackageReference Include="GenericReader" Version="2.3.0" />
<PackageVersion Include="GenericReader" Version="2.3.0" />
<PackageReference Include="GenericReader" />
paket add GenericReader --version 2.3.0
#r "nuget: GenericReader, 2.3.0"
#:package GenericReader@2.3.0
#addin nuget:?package=GenericReader&version=2.3.0
#tool nuget:?package=GenericReader&version=2.3.0
<div align="center">
🚀 GenericReader
A generic, extensible binary reader for .NET
Effortlessly read from files, streams, buffers, or spans with a single unified API.
</div>
📦 Installation
Install via NuGet:
Install-Package GenericReader
✨ Features
- Read from files, streams, buffers, and spans
- Generic
Read<T>()API for simplicity and flexibility - Lightweight and easy to integrate
🔧 Example Usage
using GenericReader;
// From file
using var fileReader = new GenericFileReader(@"C:\Test\Example.bin");
var numberFromFile = fileReader.Read<uint>();
// From stream
using var streamReader = new GenericStreamReader(GetStream());
var numberFromStream = streamReader.Read<uint>();
// From byte array
using var bufferReader = new GenericBufferReader(GetBuffer());
var numberFromBuffer = bufferReader.Read<uint>();
// From span
var spanReader = new GenericSpanReader(GetSpan());
var numberFromSpan = spanReader.Read<uint>();
🤝 Contributing
Contributions are welcome and appreciated!
Whether it's fixing a typo, suggesting an improvement, or submitting a pull request — every bit helps.
📄 License
This project is licensed under the MIT License.
<div align="center">
⭐️ Star the repo if you find it useful!
Feel free to open an issue if you have any questions or feedback.
</div>
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- No dependencies.
-
net8.0
- No dependencies.
-
net9.0
- No dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on GenericReader:
| Package | Downloads |
|---|---|
|
EpicManifestParser
A .NET parser & downloader for EpicGames manifests |
|
|
Usmap.NET
A .NET parser for .usmap files |
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on GenericReader:
| Repository | Stars |
|---|---|
|
FabianFG/CUE4Parse
|
|
|
GalaxySwapperOfficial/Galaxy-Swapper-v2
Revamp your Fortnite experience with our skin swapper designed for the latest version of Fortnite.
|
| Version | Downloads | Last Updated | |
|---|---|---|---|
| 2.3.0 | 280 | 12/4/2025 | |
| 2.2.5 | 732 | 10/16/2025 | |
| 2.2.4 | 364 | 5/18/2025 | |
| 2.2.3 | 2,699 | 3/26/2025 | |
| 2.2.2 | 514 | 3/26/2025 | |
| 2.2.1 | 268 | 12/4/2024 | |
| 2.2.0 | 3,760 | 11/15/2024 | |
| 2.1.2 | 2,770 | 4/4/2024 | |
| 2.1.1 | 312 | 3/31/2024 | |
| 2.1.0 | 222 | 3/31/2024 | |
| 2.0.0 | 210 | 3/31/2024 | |
| 1.0.3 | 8,879 | 10/16/2021 | |
| 1.0.2 | 867 | 8/6/2021 | |
| 1.0.1 | 837 | 3/23/2021 | |
| 1.0.0 | 511 | 3/19/2021 |