Class ImageRawStream.SingleStreamFactory

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.io.InputStream in  
    • Constructor Summary

      Constructors 
      Constructor Description
      SingleStreamFactory​(java.io.InputStream in)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()
      Closes the factory and releases any resources held open during the lifetime of this object.
      java.io.InputStream createInputStream()
      Creates and returns a new InputStream.
      protected void finalize()
      boolean isUsedOnceOnly()
      Indicates whether this factory is only usable once or many times.
      • Methods inherited from class java.lang.Object

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