C# Класс PuyoTools.Modules.Compression.CompCompression

Наследование: PuyoTools.Modules.Compression.Lz11Compression
Показать файл Открыть проект

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

Метод Описание
Compress ( Stream source, Stream destination ) : void

Compress data from a stream.

Decompress ( Stream source, Stream destination ) : void

Decompress data from a stream.

Is ( Stream source, int length, string fname ) : bool

Determines if the data is in the specified format.

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

Compress() публичный Метод

Compress data from a stream.
public Compress ( Stream source, Stream destination ) : void
source Stream The stream to read from.
destination Stream The stream to write to.
Результат void

Decompress() публичный Метод

Decompress data from a stream.
public Decompress ( Stream source, Stream destination ) : void
source Stream The stream to read from.
destination Stream The stream to write to.
Результат void

Is() публичный Метод

Determines if the data is in the specified format.
public Is ( Stream source, int length, string fname ) : bool
source Stream The stream to read from.
length int Number of bytes to read.
fname string Name of the file.
Результат bool