C# Класс com.openrest.v1_1.StreamUtils

Показать файл Открыть проект

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

Метод Описание
ReadFully ( Stream stream, int initialLength ) : byte[]

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.

Приватные методы

Метод Описание
StreamUtils ( ) : System

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

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

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.
public static ReadFully ( Stream stream, int initialLength ) : byte[]
stream Stream The stream to read data from
initialLength int The initial buffer length
Результат byte[]