![]() |
VOOZH | about |
dotnet add package nanoFramework.System.IO.Streams --version 1.1.96
NuGet\Install-Package nanoFramework.System.IO.Streams -Version 1.1.96
<PackageReference Include="nanoFramework.System.IO.Streams" Version="1.1.96" />
<PackageVersion Include="nanoFramework.System.IO.Streams" Version="1.1.96" />Directory.Packages.props
<PackageReference Include="nanoFramework.System.IO.Streams" />Project file
paket add nanoFramework.System.IO.Streams --version 1.1.96
#r "nuget: nanoFramework.System.IO.Streams, 1.1.96"
#:package nanoFramework.System.IO.Streams@1.1.96
#addin nuget:?package=nanoFramework.System.IO.Streams&version=1.1.96Install as a Cake Addin
#tool nuget:?package=nanoFramework.System.IO.Streams&version=1.1.96Install as a Cake Tool
👁 Quality Gate Status
👁 Reliability Rating
👁 NuGet
👁 #yourfirstpr
👁 Discord
| Component | Build Status | NuGet Package |
|---|---|---|
| System.IO.Streams | 👁 Build Status |
👁 NuGet |
Write data using memory as a backing store.
using MemoryStream memStream = new MemoryStream(100);
string test = "nanoFramework Test";
memStream.Write(Encoding.UTF8.GetBytes(test), 0, test.Length);
memStream.Flush();
Reset stream position.
memStream.Seek(0, SeekOrigin.Begin);
Read from from stream.
byte[] readbuff = new byte[20];
memStream.Read(readbuff, 0, readbuff.Length);
string testResult = new string(Encoding.UTF8.GetChars(readbuff));
For documentation, providing feedback, issues and finding out how to contribute please refer to the Home repo.
Join our Discord community here.
The list of contributors to this project can be found at CONTRIBUTORS.
The nanoFramework Class Libraries are licensed under the .
This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behaviour in our community. For more information see the .NET Foundation Code of Conduct.
This project is supported by the .NET Foundation.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net net is compatible. |
Showing the top 5 NuGet packages that depend on nanoFramework.System.IO.Streams:
| Package | Downloads |
|---|---|
|
nanoFramework.System.Net
This package includes the nanoFramework System.Net assembly for .NET nanoFramework C# projects. This package requires a target with System.Net v100.20.0.2 (checksum 0xFD3B5E5F). |
|
|
nanoFramework.System.IO.Ports
This package includes the System.IO.Ports assembly for .NET nanoFramework C# projects. This package requires a target with System.IO.Ports v100.2.0.1 (checksum 0x47A1E0DB). |
|
|
nanoFramework.Json
This package includes nanoFramework.Json, a helper class library to deal with json serialization/deserialization in .NET nanoFramework C# projects. |
|
|
nanoFramework.System.IO.FileSystem
This package includes the System.IO.FileSystem assembly for .NET nanoFramework C# projects. This package requires a target with System.IO.FileSystem v100.2.0.2 (checksum 0xCCF9B4CA). |
|
|
MakoIoT.Device.Services.ConfigurationManager
Configuration mode manager for MAKO-IoT |
Showing the top 4 popular GitHub repositories that depend on nanoFramework.System.IO.Streams:
| Repository | Stars |
|---|---|
|
nanoframework/Samples
🍬 Code samples from the nanoFramework team used in testing, proof of concepts and other explorational endeavours
|
|
|
Azure/amqpnetlite
AMQP 1.0 .NET Library
|
|
|
nanoframework/nanoFramework.IoT.Device
📦 This repo includes .NET nanoFramework implementations for various sensors, chips, displays, hats and drivers
|
|
|
nanoframework/nanoFramework.M5Stack
📦 Board support package for M5Stack, M5StickC and M5StickCPlus for .NET nanoFramework
|
| Version | Downloads | Last Updated |
|---|---|---|
| 2.0.0-preview.22 | 352 | 5/29/2026 |
| 2.0.0-preview.21 | 422 | 5/28/2026 |
| 2.0.0-preview.18 | 1,057 | 5/11/2026 |
| 2.0.0-preview.17 | 123 | 5/11/2026 |
| 2.0.0-preview.15 | 327 | 4/30/2026 |
| 2.0.0-preview.14 | 89 | 4/30/2026 |
| 2.0.0-preview.13 | 382 | 4/20/2026 |
| 2.0.0-preview.12 | 94 | 4/20/2026 |
| 2.0.0-preview.10 | 476 | 1/15/2026 |
| 2.0.0-preview.9 | 107 | 1/15/2026 |
| 2.0.0-preview.8 | 164 | 1/8/2026 |
| 2.0.0-preview.7 | 124 | 1/6/2026 |
| 2.0.0-preview.6 | 243 | 12/15/2025 |
| 2.0.0-preview.5 | 121 | 12/12/2025 |
| 2.0.0-preview.1 | 407 | 12/10/2025 |
| 1.1.96 | 33,142 | 4/23/2025 |
| 1.1.94 | 6,850 | 4/2/2025 |
| 1.1.91 | 8,823 | 3/10/2025 |
| 1.1.89 | 7,931 | 3/3/2025 |
| 1.1.88 | 8,718 | 2/25/2025 |