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: 6.0.0.0 (6.0.6225.27214)
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