Click or drag to resize
StreamHelper Methods

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
See Also