Search Results for

    Show / Hide Table of Contents

    Class StreamHelper

    Inheritance
    object
    StreamHelper
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Mapsui.Utilities
    Assembly: Mapsui.dll
    Syntax
    public static class StreamHelper

    Methods

    | Edit this page View Source

    ReadFully(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[]
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX