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

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

공개 메소드들

메소드 설명
AddCharString ( short index, byte b ) : int
ClearTable ( int codesize ) : void
ExpandCode ( byte buf, int offset, short code, int skipHead ) : int
FindCharString ( short index, byte b ) : short
Hash ( short index, byte lastbyte ) : int
LZWStringTable ( ) : System

메소드 상세

AddCharString() 공개 메소드

public AddCharString ( short index, byte b ) : int
index short
b byte
리턴 int

ClearTable() 공개 메소드

public ClearTable ( int codesize ) : void
codesize int
리턴 void

ExpandCode() 공개 메소드

public ExpandCode ( byte buf, int offset, short code, int skipHead ) : int
buf byte
offset int
code short
skipHead int
리턴 int

FindCharString() 공개 메소드

public FindCharString ( short index, byte b ) : short
index short
b byte
리턴 short

Hash() 공개 정적인 메소드

public static Hash ( short index, byte lastbyte ) : int
index short
lastbyte byte
리턴 int

LZWStringTable() 공개 메소드

public LZWStringTable ( ) : System
리턴 System