nanoFramework.System.IO.Streams 1.1.24

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package nanoFramework.System.IO.Streams --version 1.1.24
NuGet\Install-Package nanoFramework.System.IO.Streams -Version 1.1.24
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="nanoFramework.System.IO.Streams" Version="1.1.24" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add nanoFramework.System.IO.Streams --version 1.1.24
#r "nuget: nanoFramework.System.IO.Streams, 1.1.24"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install nanoFramework.System.IO.Streams as a Cake Addin
#addin nuget:?package=nanoFramework.System.IO.Streams&version=1.1.24

// Install nanoFramework.System.IO.Streams as a Cake Tool
#tool nuget:?package=nanoFramework.System.IO.Streams&version=1.1.24

System.IO.StreamsQuality Gate Status Reliability Rating NuGet #yourfirstpr Discord

nanoFramework logo


Welcome to the .NET nanoFramework System.IO.Streams Library repository

Build status

Component Build Status NuGet Package
System.IO.Streams Build Status NuGet

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 Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (41)

Showing the top 5 NuGet packages that depend on nanoFramework.System.IO.Streams:

Package Downloads
nanoFramework.System.Net The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

This package includes the nanoFramework System.Net assembly for .NET nanoFramework C# projects. This package requires a target with System.Net v100.2.0.1 (checksum 0xD82C1452).

nanoFramework.System.IO.Ports The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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 The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

This package includes nanoFramework.Json, a helper class library to deal with json serialization/deserialization in .NET nanoFramework C# projects.

nanoFramework.System.IO.FileSystem The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

This package includes the System.IO.FileSystem assembly for .NET nanoFramework C# projects. This package requires a target with System.IO.FileSystem v1.0.0.2 (checksum 0x545A6C79).

nanoFramework.Iot.Device.Mfrc522 The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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.52 20,408 11/9/2023
1.1.38 55,865 12/28/2022
1.1.36 3,054 12/28/2022
1.1.27 35,967 10/26/2022
1.1.24 17,919 10/25/2022
1.1.22 11,069 10/24/2022
1.1.15 88,213 9/15/2022
1.1.13 1,764 9/15/2022
1.1.9 36,823 8/4/2022
1.1.7 10,728 8/3/2022
1.1.4.65445 4,575 8/3/2022
1.1.2.35363 3,981 8/3/2022
1.0.1.1 50,985 6/13/2022
1.0.0 97,238 3/28/2022
1.0.0-preview.24 167 3/28/2022
1.0.0-preview.22 223 3/28/2022
1.0.0-preview.19 716 3/17/2022
1.0.0-preview.17 529 3/14/2022
1.0.0-preview.15 267 3/14/2022
1.0.0-preview.12 1,316 2/17/2022
1.0.0-preview.8 168 2/16/2022
1.0.0-preview.6 139 2/15/2022
1.0.0-preview.5 131 2/15/2022
1.0.0-preview.4 130 2/15/2022
1.0.0-preview.1 131 2/15/2022