C# Класс StreamGetBytes, extensions

>Easily get all bytes that make up an arbitrary stream.
Показать файл Открыть проект

Открытые методы

Метод Описание
GetBytes ( this stream ) : byte[]

Returns all bytes from the given stream.

Описание методов

GetBytes() публичный статический Метод

Returns all bytes from the given stream.
public static GetBytes ( this stream ) : byte[]
stream this The stream to get bytes
Результат byte[]