C# Класс XSpect.Extension.StreamUtil

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

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

Метод Описание
Read ( this stream, Byte buffer ) : Int32
ReadAll ( this stream ) : Byte[]
ReadAll ( this stream, Int32 bufferSize ) : Byte[]
Write ( this stream, Byte buffer ) : void

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

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

public static Read ( this stream, Byte buffer ) : Int32
stream this
buffer Byte
Результат System.Int32

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

public static ReadAll ( this stream ) : Byte[]
stream this
Результат Byte[]

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

public static ReadAll ( this stream, Int32 bufferSize ) : Byte[]
stream this
bufferSize System.Int32
Результат Byte[]

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

public static Write ( this stream, Byte buffer ) : void
stream this
buffer Byte
Результат void