StreamConnector VB.NET Reference Documentation
StreamConnector
Current Version: 10.0.0
This is a utility class that makes it possible to use System.IO.Stream objects with Chilkat.
Note: This class is not available in .NET Core or Mono.
Object Creation
Dim obj As New Chilkat.StreamConnector()
Methods
SetAsSink
Function SetAsSink(ByVal dnStream As System.IO.Stream, ByVal strm As Stream) As Boolean
Introduced in version 9.5.0.56
Sets the dnStream to be the sink of strm.
Returns True for success, False for failure.
More Information and Examples
SetAsSource
Function SetAsSource(ByVal dnStream As System.IO.Stream, ByVal strm As Stream) As Boolean
Introduced in version 9.5.0.56
Sets the dnStream to be the source of strm.
Returns True for success, False for failure.
More Information and Examples