Class DHTReader

java.lang.Object
pixy.image.jpeg.DHTReader
All Implemented Interfaces:
Reader

public class DHTReader
extends java.lang.Object
implements Reader
JPEG DHT segment reader
Version:
1.0 10/12/2013
Author:
Wen Yu, yuwen_66@yahoo.com
  • Constructor Summary

    Constructors 
    Constructor Description
    DHTReader​(Segment segment)  
  • Method Summary

    Modifier and Type Method Description
    java.util.List<HTable> getACTables()  
    java.util.List<HTable> getDCTables()  
    void read()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DHTReader

      public DHTReader​(Segment segment) throws java.io.IOException
      Throws:
      java.io.IOException
  • Method Details