Class ReadStreamCallable

java.lang.Object
com.STIW3054.A191.Jar.ReadStreamCallable
All Implemented Interfaces:
java.util.concurrent.Callable<java.lang.String>

public class ReadStreamCallable
extends java.lang.Object
implements java.util.concurrent.Callable<java.lang.String>
  • Method Summary

    Modifier and Type Method Description
    java.lang.String call()  

    Methods inherited from class java.lang.Object

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

    • call

      public java.lang.String call()
      Specified by:
      call in interface java.util.concurrent.Callable<java.lang.String>