C# 클래스 iTextSharp.text.pdf.LZWDecoder

파일 보기 프로젝트 열기: red-gate/iTextSharp-4.1.6 1 사용 예제들

공개 메소드들

메소드 설명
AddStringToTable ( byte str ) : void
AddStringToTable ( byte oldstring, byte newstring ) : void
ComposeString ( byte oldstring, byte newstring ) : byte[]
Decode ( byte data, Stream uncompData ) : void
InitializeStringTable ( ) : void
LZWDecoder ( ) : System
WriteString ( byte str ) : void

메소드 상세

AddStringToTable() 공개 메소드

public AddStringToTable ( byte str ) : void
str byte
리턴 void

AddStringToTable() 공개 메소드

public AddStringToTable ( byte oldstring, byte newstring ) : void
oldstring byte
newstring byte
리턴 void

ComposeString() 공개 메소드

public ComposeString ( byte oldstring, byte newstring ) : byte[]
oldstring byte
newstring byte
리턴 byte[]

Decode() 공개 메소드

public Decode ( byte data, Stream uncompData ) : void
data byte
uncompData Stream
리턴 void

InitializeStringTable() 공개 메소드

public InitializeStringTable ( ) : void
리턴 void

LZWDecoder() 공개 메소드

public LZWDecoder ( ) : System
리턴 System

WriteString() 공개 메소드

public WriteString ( byte str ) : void
str byte
리턴 void