Class RawInputStreamFacade

    • Constructor Summary

      Constructors 
      Constructor Description
      RawInputStreamFacade​(java.io.InputStream stream)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.io.InputStream getInputStream()
      Retrieves the actual InputStream.
      • Methods inherited from class java.lang.Object

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

      • RawInputStreamFacade

        public RawInputStreamFacade​(java.io.InputStream stream)
    • Method Detail

      • getInputStream

        public java.io.InputStream getInputStream()
                                           throws java.io.IOException
        Description copied from interface: InputStreamFacade
        Retrieves the actual InputStream. The caller must assume, that this method may be invoked only once.
        Specified by:
        getInputStream in interface InputStreamFacade
        Throws:
        java.io.IOException