![]() |
IOLink C# IOL_v1.8.0_release
|
To ease the use of IOLink in .NET environment, a bridge has been created between [System.IO.Stream][dotnet_stream] object and equivalent IOLink StreamAccess
object.
Bridge is available in both ways:
From IOLink.StreamAccess
object to System.IO.Stream
:
And from System.IO.Stream
to IOLink StreamAccess
object:
There is no memory duplication when using this bridge.