C# Класс Droog.Firkin.Util.StreamEx

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

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

Метод Описание
ComputeHash ( this stream ) : byte[]
CopyTo ( this source, Stream target, long length ) : long
ReadBytes ( this source ) : byte[]
ReadBytes ( this source, long length ) : byte[]
Write ( this stream, byte buffer ) : void

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

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

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

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

public static CopyTo ( this source, Stream target, long length ) : long
source this
target Stream
length long
Результат long

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

public static ReadBytes ( this source ) : byte[]
source this
Результат byte[]

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

public static ReadBytes ( this source, long length ) : byte[]
source this
length long
Результат byte[]

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

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