C# 클래스 iTextSharp.text.pdf.codec.LZWCompressor

파일 보기 프로젝트 열기: boecko/iTextSharp 1 사용 예제들

공개 메소드들

메소드 설명
Compress ( byte buf, int offset, int length ) : void
Flush ( ) : void
LZWCompressor ( Stream outp, int codeSize, bool TIFF ) : System

메소드 상세

Compress() 공개 메소드

public Compress ( byte buf, int offset, int length ) : void
buf byte
offset int
length int
리턴 void

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

LZWCompressor() 공개 메소드

public LZWCompressor ( Stream outp, int codeSize, bool TIFF ) : System
outp Stream
codeSize int
TIFF bool
리턴 System