Table of Contents

Method GetAllBytes

Namespace
Alternet.Common
Assembly
Alternet.Common.v9.dll

GetAllBytes(Stream)

Receives content of the specified input.

public static byte[] GetAllBytes(this Stream input)

Parameters

input Stream

Stream object to process.

Returns

byte[]

Array of bytes representing content of the stream.