Skip to content

ChuckHill2/Base64Stream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Base64 Stream I/O

C# utilities for encoding/decoding gigabytes of a base64 text stream into a binary data stream and back with speed and a minimal footprint.

This codebase also includes unit tests as examples.
Written on Visual Studio 2019 with .Net Framework 4.8.

Languages