Extension methods for Stream.
More...
|
| static byte[] | BNReadFully (this Stream input) |
| | Reads the full content of a Stream.
|
| |
| static async Task< byte[]> | BNReadFullyAsync (this Stream input) |
| | Reads the full content of a Stream asynchronously.
|
| |
Extension methods for Stream.
◆ BNReadFully()
| static byte[] BogaNet.Extension.StreamExtension.BNReadFully |
( |
this Stream | input | ) |
|
|
static |
Reads the full content of a Stream.
- Parameters
-
| input | Stream-instance to read |
- Returns
- Byte-array of the Stream content
- Exceptions
-
◆ BNReadFullyAsync()
| static async Task< byte[]> BogaNet.Extension.StreamExtension.BNReadFullyAsync |
( |
this Stream | input | ) |
|
|
static |
Reads the full content of a Stream asynchronously.
- Parameters
-
| input | Stream-instance to read |
- Returns
- Byte-array of the Stream content
- Exceptions
-
The documentation for this class was generated from the following file:
- /Users/stefanlaubenberger/Projects/CSharp/BogaNet/BogaNet.Common/Extension/StreamExtension.cs