Interface Sink

    • Method Detail

      • write

        void write​(JsonElement jsonElement)
            throws IOException
        Takes an JSON element and writes it some where in any format.
        Parameters:
        jsonElement - JSON element
        Throws:
        IOException - Writing error
      • hasOutput

        boolean hasOutput()
        Returns:
        True if any output was written