Class InputStreamRewinder.Factory

    • Constructor Summary

      Constructors 
      Constructor Description
      Factory​(ArrayPool byteArrayPool)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      DataRewinder<java.io.InputStream> build​(java.io.InputStream data)
      Returns a new DataRewinder wrapping the given data.
      java.lang.Class<java.io.InputStream> getDataClass()
      Returns the class of data this factory can produce DataRewinders for.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait