Class PoijiInputStream<T extends java.io.InputStream>


  • public final class PoijiInputStream<T extends java.io.InputStream>
    extends java.lang.Object
    Created by hakan on 08/03/2018.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T stream()
      the T derived from InputStream
      • Methods inherited from class java.lang.Object

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

      • stream

        public T stream()
        the T derived from InputStream
        Returns:
        T