Click or drag to resize

StreamUtils Class

Stream utility methods.
Inheritance Hierarchy
SystemObject
  PDTec.IceNet.Sdk.UtilsStreamUtils

Namespace:  PDTec.IceNet.Sdk.Utils
Assembly:  PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public static class StreamUtils

The StreamUtils type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCopy
Copies the content of one stream into another stream. Define a suitable buffer to control the maximum content size to be transferred in a single read/write step.
Top
See Also