Interface IResourceStreamWriter

    • Method Detail

      • write

        void write​(OutputStream output)
            throws IOException
        Implement this method to write the resource data directly the the given OutputStream.
        Parameters:
        output - The response where the resource can write its content into.
        Throws:
        IOException