C# 클래스 Nanook.QueenBee.Parser.Lzss

파일 보기 프로젝트 열기: Nanook/Queen-Bee 1 사용 예제들

공개 메소드들

메소드 설명
Compress ( byte data ) : byte[]
Compress ( Stream input, Stream output ) : int
Decompress ( byte compressed ) : byte[]
Decompress ( Stream input, Stream output ) : int
Lzss ( ) : System

비공개 메소드들

메소드 설명
DeleteNode ( int p ) : void
InitTree ( ) : void
InsertNode ( int r ) : void

메소드 상세

Compress() 공개 메소드

public Compress ( byte data ) : byte[]
data byte
리턴 byte[]

Compress() 공개 메소드

public Compress ( Stream input, Stream output ) : int
input Stream
output Stream
리턴 int

Decompress() 공개 메소드

public Decompress ( byte compressed ) : byte[]
compressed byte
리턴 byte[]

Decompress() 공개 메소드

public Decompress ( Stream input, Stream output ) : int
input Stream
output Stream
리턴 int

Lzss() 공개 메소드

public Lzss ( ) : System
리턴 System