nanoFramework.System.IO.Streams
1.1.59
Prefix Reserved
dotnet add package nanoFramework.System.IO.Streams --version 1.1.59
NuGet\Install-Package nanoFramework.System.IO.Streams -Version 1.1.59
<PackageReference Include="nanoFramework.System.IO.Streams" Version="1.1.59" />
paket add nanoFramework.System.IO.Streams --version 1.1.59
#r "nuget: nanoFramework.System.IO.Streams, 1.1.59"
// Install nanoFramework.System.IO.Streams as a Cake Addin #addin nuget:?package=nanoFramework.System.IO.Streams&version=1.1.59 // Install nanoFramework.System.IO.Streams as a Cake Tool #tool nuget:?package=nanoFramework.System.IO.Streams&version=1.1.59
Welcome to the .NET nanoFramework System.IO.Streams Library repository
Build status
Component | Build Status | NuGet Package |
---|---|---|
System.IO.Streams |
Usage examples
Using a MemoryStream
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));
Feedback and documentation
For documentation, providing feedback, issues and finding out how to contribute please refer to the Home repo.
Join our Discord community here.
Credits
The list of contributors to this project can be found at CONTRIBUTORS.
License
The nanoFramework Class Libraries are licensed under the MIT license.
Code of Conduct
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.
.NET Foundation
This project is supported by the .NET Foundation.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
- nanoFramework.CoreLibrary (>= 1.15.5)
- nanoFramework.System.Text (>= 1.2.54)
NuGet packages (41)
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.2.0.11 (checksum 0xD82C1452). |
|
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.1.6.1 (checksum 0xB798CE30). |
|
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 v1.1.0.3 (checksum 0xB0025409). |
|
nanoFramework.Iot.Device.Mfrc522
This package includes the .NET IoT Core binding Iot.Device.Mfrc522 for .NET nanoFramework C# projects. |
GitHub repositories (3)
Showing the top 3 popular GitHub repositories that depend on nanoFramework.System.IO.Streams:
Repository | Stars |
---|---|
Azure/amqpnetlite
AMQP 1.0 .NET Library
|
|
nanoframework/Samples
🍬 Code samples from the nanoFramework team used in testing, proof of concepts and other explorational endeavours
|
|
nanoframework/nanoFramework.IoT.Device
📦 This repo includes .NET nanoFramework implementations for various sensors, chips, displays, hats and drivers
|
Version | Downloads | Last updated |
---|---|---|
1.1.59 | 32,868 | 4/8/2024 |
1.1.56 | 3,677 | 4/3/2024 |
1.1.52 | 29,377 | 11/9/2023 |
1.1.38 | 64,633 | 12/28/2022 |
1.1.36 | 3,268 | 12/28/2022 |
1.1.27 | 37,892 | 10/26/2022 |
1.1.24 | 18,871 | 10/25/2022 |
1.1.22 | 11,712 | 10/24/2022 |
1.1.15 | 92,693 | 9/15/2022 |
1.1.13 | 1,853 | 9/15/2022 |
1.1.9 | 38,244 | 8/4/2022 |
1.1.7 | 11,304 | 8/3/2022 |
1.1.4.65445 | 4,789 | 8/3/2022 |
1.1.2.35363 | 4,213 | 8/3/2022 |
1.0.1.1 | 52,743 | 6/13/2022 |
1.0.0 | 100,889 | 3/28/2022 |
1.0.0-preview.24 | 176 | 3/28/2022 |
1.0.0-preview.22 | 230 | 3/28/2022 |
1.0.0-preview.19 | 725 | 3/17/2022 |
1.0.0-preview.17 | 537 | 3/14/2022 |
1.0.0-preview.15 | 275 | 3/14/2022 |
1.0.0-preview.12 | 1,329 | 2/17/2022 |
1.0.0-preview.8 | 175 | 2/16/2022 |
1.0.0-preview.6 | 148 | 2/15/2022 |
1.0.0-preview.5 | 138 | 2/15/2022 |
1.0.0-preview.4 | 139 | 2/15/2022 |
1.0.0-preview.1 | 139 | 2/15/2022 |