Class SOSReader

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

public class SOSReader
extends java.lang.Object
implements Reader
  • Constructor Summary

    Constructors 
    Constructor Description
    SOSReader​(Segment segment)  
    SOSReader​(Segment segment, SOFReader reader)  
  • Method Summary

    Modifier and Type Method Description
    void read()  
    void setSOFReader​(SOFReader reader)  

    Methods inherited from class java.lang.Object

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

    • SOSReader

      public SOSReader​(Segment segment) throws java.io.IOException
      Throws:
      java.io.IOException
    • SOSReader

      public SOSReader​(Segment segment, SOFReader reader) throws java.io.IOException
      Throws:
      java.io.IOException
  • Method Details

    • read

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

      public void setSOFReader​(SOFReader reader)