Click or drag to resize
StreamHelper Class
Provides common stream algorithms.
Inheritance Hierarchy
SystemObject
  Lawo.IOStreamHelper

Namespace: Lawo.IO
Assembly: Lawo (in Lawo.dll) Version: 1.4.1707.27006
Syntax
C#
public static class StreamHelper

The StreamHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberFill
Repeatedly calls read until count bytes have been read into buffer.
Public methodStatic memberFillAsync
Repeatedly calls read until count bytes have been read into buffer.
Public methodStatic memberTryFill
Repeatedly calls read until count bytes have been read into buffer or the end of the stream has been reached.
Public methodStatic memberTryFillAsync
Repeatedly calls read until count bytes have been read into buffer or the end of the stream has been reached.
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also