https://github.com/gus33000/devicestream
A C# stream capable of writing to Physical Disks under Windows
https://github.com/gus33000/devicestream
Last synced: 3 months ago
JSON representation
A C# stream capable of writing to Physical Disks under Windows
- Host: GitHub
- URL: https://github.com/gus33000/devicestream
- Owner: gus33000
- License: mit
- Created: 2019-03-17T09:11:26.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-17T09:25:20.000Z (about 6 years ago)
- Last Synced: 2024-12-22T23:30:26.703Z (5 months ago)
- Language: C#
- Size: 4.88 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DeviceStream for C#
This Stream allows you to read and write to physical disks on Windows using C#
It supports read, write, seeking, and has workaround code for some types of storage that doesn't support reading less than a sector.