StreamHelper Class |
Namespace: Lawo.IO
public static class StreamHelper
The StreamHelper type exposes the following members.
Name | Description | |
---|---|---|
Fill | Repeatedly calls read until count bytes have been read into
buffer. | |
FillAsync | Repeatedly calls read until count bytes have been read into
buffer. | |
TryFill | Repeatedly calls read until count bytes have been read into
buffer or the end of the stream has been reached. | |
TryFillAsync | Repeatedly calls read until count bytes have been read into
buffer or the end of the stream has been reached. |