Interface NativeJavaResourceIn

    • Method Detail

      • getInputStream

        InputStream getInputStream()
                            throws IOException
        Returns an input stream to this resource, the caller is responsible for closing this when done. Can return null, if the underlying value is null (e.g. optional InValue)
        Returns:
        InputStream or null, when the underlying value is null (e.g. InValue = null)
        Throws:
        IOException - When the stream cannot be opened