Class OutputReader

java.lang.Object
panoramajoinner.autopanoconnection.OutputReader
All Implemented Interfaces:
java.lang.Runnable

public class OutputReader extends java.lang.Object implements java.lang.Runnable
  • Constructor Summary

    Constructors
    Constructor
    Description
    OutputReader(java.io.InputStream is)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run()
     

    Methods inherited from class java.lang.Object

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

    • OutputReader

      public OutputReader(java.io.InputStream is)
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface java.lang.Runnable