Class COMReader

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

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

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

    Modifier and Type Method Description
    java.lang.String getComment()  
    void read()  

    Methods inherited from class java.lang.Object

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

    • COMReader

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

    • getComment

      public java.lang.String getComment()
    • read

      public void read() throws java.io.IOException
      Specified by:
      read in interface Reader
      Throws:
      java.io.IOException