Class ByteArrayClassLoader.PersistenceHandler.UrlDefinitionAction.ByteArrayUrlStreamHandler.ByteArrayUrlConnection

    • Constructor Detail

      • ByteArrayUrlConnection

        protected ByteArrayUrlConnection​(URL url,
                                         InputStream inputStream)
        Creates a new byte array URL connection.
        Parameters:
        url - The URL that this connection represents.
        inputStream - The input stream to return from this connection.