| UtilitiesReadEntireStream Method |
| Name | Description | |
|---|---|---|
| ReadEntireStream(Stream) | ||
| ReadEntireStream(Stream, Byte) |
Fills an array completely using the provided stream. Unlike a normal .Read(), this one will always fully fill the array unless the Stream throws.
|