C# Class Nanook.QueenBee.Parser.Lzss

Afficher le fichier Open project: Nanook/Queen-Bee Class Usage Examples

Méthodes publiques

Méthode Description
Compress ( byte data ) : byte[]
Compress ( Stream input, Stream output ) : int
Decompress ( byte compressed ) : byte[]
Decompress ( Stream input, Stream output ) : int
Lzss ( ) : System

Private Methods

Méthode Description
DeleteNode ( int p ) : void
InitTree ( ) : void
InsertNode ( int r ) : void

Method Details

Compress() public méthode

public Compress ( byte data ) : byte[]
data byte
Résultat byte[]

Compress() public méthode

public Compress ( Stream input, Stream output ) : int
input Stream
output Stream
Résultat int

Decompress() public méthode

public Decompress ( byte compressed ) : byte[]
compressed byte
Résultat byte[]

Decompress() public méthode

public Decompress ( Stream input, Stream output ) : int
input Stream
output Stream
Résultat int

Lzss() public méthode

public Lzss ( ) : System
Résultat System