Class StreamHelper
Inherited Members
Namespace: Mapsui.Utilities
Assembly: Mapsui.dll
Syntax
public static class StreamHelper
Methods
| Edit this page View SourceReadFully(Stream)
Reads data from a stream until the end is reached. The data is returned as a byte array. An IOException is thrown if any of the underlying IO calls fail.
Declaration
public static byte[] ReadFully(Stream stream)
Parameters
Type | Name | Description |
---|---|---|
Stream | stream | The stream to read data from |
Returns
Type | Description |
---|---|
byte[] |