java.lang.Object
pixy.image.jpeg.DQTReader
- All Implemented Interfaces:
Reader
public class DQTReader
extends java.lang.Object
implements Reader
JPEG DQT segment reader
- Version:
- 1.0 10/11/2013
- Author:
- Wen Yu, yuwen_66@yahoo.com
-
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
public DQTReader(
Segment segment)
throws
java.io.IOException
- Throws:
java.io.IOException
-
Method Details
-
public java.util.List<QTable> getTables()
-
public void read()
throws java.io.IOException
- Specified by:
read
in interface Reader
- Throws:
java.io.IOException