Class HTable

java.lang.Object
pixy.image.jpeg.HTable
All Implemented Interfaces:
java.lang.Comparable<HTable>

public class HTable
extends java.lang.Object
implements java.lang.Comparable<HTable>
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static int AC_CLAZZ  
    static int DC_CLAZZ  
  • Constructor Summary

    Constructors 
    Constructor Description
    HTable​(int clazz, int id, byte[] bits, byte[] values)  
  • Method Summary

    Modifier and Type Method Description
    int compareTo​(HTable that)  
    byte[] getBits()  
    int getClazz()  
    int getID()  
    byte[] getValues()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait