pixelmed
Public Member Functions | List of all members
com.pixelmed.codec.jpeg.HuffmanTable Class Reference

Public Member Functions

 HuffmanTable (int TableClass, int HuffmanTableIdentifier, int[] nHuffmanCodesOfLengthI, int[][] ValueOfHuffmanCodeIJ)
 
int [] getMINCODE ()
 
int [] getMAXCODE ()
 
int [] getVALPTR ()
 
int [] getHUFFVAL ()
 
int getEOBCode ()
 
int getEOBCodeLength ()
 
String toString ()
 

Detailed Description

A JPEG Huffman Table.

Author
dclunie

Definition at line 10 of file HuffmanTable.java.

Constructor & Destructor Documentation

◆ HuffmanTable()

com.pixelmed.codec.jpeg.HuffmanTable.HuffmanTable ( int  TableClass,
int  HuffmanTableIdentifier,
int []  nHuffmanCodesOfLengthI,
int  ValueOfHuffmanCodeIJ[][] 
)

Definition at line 19 of file HuffmanTable.java.

Member Function Documentation

◆ getEOBCode()

int com.pixelmed.codec.jpeg.HuffmanTable.getEOBCode ( )

Definition at line 56 of file HuffmanTable.java.

◆ getEOBCodeLength()

int com.pixelmed.codec.jpeg.HuffmanTable.getEOBCodeLength ( )

Definition at line 57 of file HuffmanTable.java.

◆ getHUFFVAL()

int [] com.pixelmed.codec.jpeg.HuffmanTable.getHUFFVAL ( )

Definition at line 50 of file HuffmanTable.java.

◆ getMAXCODE()

int [] com.pixelmed.codec.jpeg.HuffmanTable.getMAXCODE ( )

Definition at line 48 of file HuffmanTable.java.

◆ getMINCODE()

int [] com.pixelmed.codec.jpeg.HuffmanTable.getMINCODE ( )

Definition at line 47 of file HuffmanTable.java.

◆ getVALPTR()

int [] com.pixelmed.codec.jpeg.HuffmanTable.getVALPTR ( )

Definition at line 49 of file HuffmanTable.java.

◆ toString()

String com.pixelmed.codec.jpeg.HuffmanTable.toString ( )

Definition at line 166 of file HuffmanTable.java.