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

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

공개 메소드들

메소드 설명
AddStringToTable ( byte strn ) : void
AddStringToTable ( byte oldString, byte newString ) : void
ComposeString ( byte oldString, byte newString ) : byte[]
Decode ( byte data, byte uncompData, int h ) : byte[]
GetNextCode ( ) : int
InitializeStringTable ( ) : void
TIFFLZWDecoder ( int w, int predictor, int samplesPerPixel ) : System
WriteString ( byte strn ) : void

메소드 상세

AddStringToTable() 공개 메소드

public AddStringToTable ( byte strn ) : void
strn 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, byte uncompData, int h ) : byte[]
data byte
uncompData byte
h int
리턴 byte[]

GetNextCode() 공개 메소드

public GetNextCode ( ) : int
리턴 int

InitializeStringTable() 공개 메소드

public InitializeStringTable ( ) : void
리턴 void

TIFFLZWDecoder() 공개 메소드

public TIFFLZWDecoder ( int w, int predictor, int samplesPerPixel ) : System
w int
predictor int
samplesPerPixel int
리턴 System

WriteString() 공개 메소드

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