C# Class com.sun.pdfview.CCITTFaxDecoder.CCITTFaxDecoder

Afficher le fichier Open project: dzzie/pdfstreamdumper Class Usage Examples

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
consumeEOL ( ) : bool
decodeNextScanline ( sbyte buffer, int lineOffset, int bitOffset ) : void

Private Methods

Méthode Description
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

Method Details

CCITTFaxDecoder() public méthode

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

consumeEOL() protected méthode

protected consumeEOL ( ) : bool
Résultat bool

decodeNextScanline() protected méthode

protected decodeNextScanline ( sbyte buffer, int lineOffset, int bitOffset ) : void
buffer sbyte
lineOffset int
bitOffset int
Résultat void

decodeT41D() public méthode

public decodeT41D ( sbyte buffer, sbyte compData, int startX, int height ) : void
buffer sbyte
compData sbyte
startX int
height int
Résultat void

decodeT42D() public méthode

public decodeT42D ( sbyte buffer, sbyte compData, int startX, int height ) : void
buffer sbyte
compData sbyte
startX int
height int
Résultat void