Helpers for nicely using Stream objects These enable us not to use StreamReader's, which have some downside, such as closing the underlying stream when closed

Namespace:  Cloudster
Assembly:  Cloudster.CoreLib (in Cloudster.CoreLib.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public static class StreamHelpers
Visual Basic (Declaration)
Public NotInheritable Class StreamHelpers
Visual C++
public ref class StreamHelpers abstract sealed

Inheritance Hierarchy

System..::.Object
  Cloudster..::.StreamHelpers

See Also