Base64Stream 2.0.0
See the version list below for details.
dotnet add package Base64Stream --version 2.0.0
NuGet\Install-Package Base64Stream -Version 2.0.0
<PackageReference Include="Base64Stream" Version="2.0.0" />
paket add Base64Stream --version 2.0.0
#r "nuget: Base64Stream, 2.0.0"
// Install Base64Stream as a Cake Addin #addin nuget:?package=Base64Stream&version=2.0.0 // Install Base64Stream as a Cake Tool #tool nuget:?package=Base64Stream&version=2.0.0
Free to use C# Base64 stream encoder/decoder for Windows Phone 8.1 and Windows Store 8.1.
Massive performance boost (more than 90%)!
Use NuGet_Base64Stream.EncodeAsync(input, output, options) or NuGet_Base64Stream.DecodeAsync(input, output, options) function to encode/decode streams.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
+ MASSIVE PERFORMANCE BOOST (MORE THAN 90%)
+ ENCODE_DISPOSE_STREAMS option added
+ DecodeOptions added
+ methods renamed to *Async
+ GetLastProcessingAverageSpeed method added