C# 클래스 iTextFilters.ByteDecoder

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

공개 메소드들

메소드 설명
ASCII85Decode ( byte inp ) : byte[]
ASCIIHexDecode ( byte inp ) : byte[]
DecodePredictor ( byte inp, int predictor, int columns, int colorss, int bitspercomponent ) : byte[]
FaxDecode ( byte src, int columns, int rows, int k, int encodedByteAlign, int blackIs1 ) : byte[]
FlateDecode ( byte inp, bool strict ) : byte[]
LzwDecode ( byte data ) : byte[]
RunLengthDecode ( byte data ) : byte[]

비공개 메소드들

메소드 설명
GetHex ( int v ) : int
IsWhitespace ( int ch ) : bool

메소드 상세

ASCII85Decode() 공개 정적인 메소드

public static ASCII85Decode ( byte inp ) : byte[]
inp byte
리턴 byte[]

ASCIIHexDecode() 공개 정적인 메소드

public static ASCIIHexDecode ( byte inp ) : byte[]
inp byte
리턴 byte[]

DecodePredictor() 공개 정적인 메소드

public static DecodePredictor ( byte inp, int predictor, int columns, int colorss, int bitspercomponent ) : byte[]
inp byte
predictor int
columns int
colorss int
bitspercomponent int
리턴 byte[]

FaxDecode() 공개 정적인 메소드

public static FaxDecode ( byte src, int columns, int rows, int k, int encodedByteAlign, int blackIs1 ) : byte[]
src byte
columns int
rows int
k int
encodedByteAlign int
blackIs1 int
리턴 byte[]

FlateDecode() 공개 정적인 메소드

public static FlateDecode ( byte inp, bool strict ) : byte[]
inp byte
strict bool
리턴 byte[]

LzwDecode() 공개 정적인 메소드

public static LzwDecode ( byte data ) : byte[]
data byte
리턴 byte[]

RunLengthDecode() 공개 정적인 메소드

public static RunLengthDecode ( byte data ) : byte[]
data byte
리턴 byte[]