C# 클래스 com.sun.pdfview.CCITTFaxDecoder.CCITTFaxDecoder

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

공개 메소드들

메소드 설명
CCITTFaxDecoder ( int fillOrder, int w, int h ) : System
decodeT41D ( sbyte buffer, sbyte compData, int startX, int height ) : void
decodeT42D ( sbyte buffer, sbyte compData, int startX, int height ) : void

보호된 메소드들

메소드 설명
consumeEOL ( ) : bool
decodeNextScanline ( sbyte buffer, int lineOffset, int bitOffset ) : void

비공개 메소드들

메소드 설명
align ( ) : bool
decodeBlackCodeWord ( ) : int
decodeT6 ( sbyte buffer, sbyte compData, int startX, int height ) : void
decodeWhiteCodeWord ( ) : int
getNextChangingElement ( int a0, bool isWhite, int ret ) : void
nextLesserThan8Bits ( int bitsToGet ) : int
nextNBits ( int bitsToGet ) : int
readEOL ( bool isFirstEOL ) : int
seekEOL ( ) : bool
setToBlack ( sbyte buffer, int lineOffset, int bitOffset, int numBits ) : void
updatePointer ( int bitsToMoveBack ) : void

메소드 상세

CCITTFaxDecoder() 공개 메소드

public CCITTFaxDecoder ( int fillOrder, int w, int h ) : System
fillOrder int /// The fill order of the compressed data bytes.
w int
h int
리턴 System

consumeEOL() 보호된 메소드

protected consumeEOL ( ) : bool
리턴 bool

decodeNextScanline() 보호된 메소드

protected decodeNextScanline ( sbyte buffer, int lineOffset, int bitOffset ) : void
buffer sbyte
lineOffset int
bitOffset int
리턴 void

decodeT41D() 공개 메소드

public decodeT41D ( sbyte buffer, sbyte compData, int startX, int height ) : void
buffer sbyte
compData sbyte
startX int
height int
리턴 void

decodeT42D() 공개 메소드

public decodeT42D ( sbyte buffer, sbyte compData, int startX, int height ) : void
buffer sbyte
compData sbyte
startX int
height int
리턴 void