A collection of methods that can help when dealing with streams.
Inheritance Hierarchy
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static class StreamHelper
Public NotInheritable Class StreamHelper
public ref class StreamHelper abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type StreamHelper = class end
The StreamHelper type exposes the following members.
Methods
| Name | Description |
---|
| CopyStream |
Copies the content of the source stream to the destination stream.
|
TopSee Also