Interface NestedFlowWriter

    • Method Detail

      • write

        boolean write​(List content,
                      File file)
        Writes the given nested format to the specified file.
        Parameters:
        content - the content to write
        file - the file to write to
        Returns:
        true if successfully written
      • write

        boolean write​(List content,
                      String filename)
        Writes the nested format to the given file.
        Parameters:
        content - the content to write
        filename - the file to write the content to
        Returns:
        true if successfully written
      • write

        boolean write​(List content,
                      OutputStream stream)
        Writes the nested format to the given output stream. The caller must ensure that the stream gets closed.
        Parameters:
        content - the content to write
        stream - the output stream to write the content to
        Returns:
        true if successfully written