Interface InputStreamFacade

  • All Known Implementing Classes:
    RawInputStreamFacade, URLInputStreamFacade

    public interface InputStreamFacade
    Interface of a wrapper for input streams. This facade is used by methods, which are being implemented for files, URL's, or input streams.
    • Method Detail

      • getInputStream

        java.io.InputStream getInputStream()
                                    throws java.io.IOException
        The caller must assume, that this method may be invoked only once.
        Returns:
        Retrieves the actual InputStream.
        Throws:
        java.io.IOException - if io issue