This class contains the stream utility functions.
Declaration Syntax| C# | Visual Basic | Visual C++ |
public static class StreamUtils
Public NotInheritable Class StreamUtils
public ref class StreamUtils abstract sealed
Members| All Members | Methods | ||||
| Icon | Member | Description |
|---|---|---|
![]() ![]() | Copy(Stream, Stream) |
Copy a stream to an other
|
![]() ![]() | GetCompressedDeflateGZipStream(Stream) |
Create a compressed stream (Deflate)
|
![]() ![]() | GetCompressedGZipStream(Stream) |
Create a compressed stream (GZip)
|
![]() ![]() | GetUncompressedDeflateStream(Stream) |
Create a decompressed stream (Deflate)
|
![]() ![]() | GetUncompressedGZipStream(Stream) |
Create a decompressed stream (GZip)
|
Inheritance Hierarchy| Object | |
![]() | StreamUtils |
Assembly: Devolutions.Utils (Module: Devolutions.Utils)


