Interface NestedFlowReader

    • Method Detail

      • readNested

        List readNested​(File file)
        Reads the flow in nested format from the specified file.
        Parameters:
        file - the file to read from
        Returns:
        null in case of an error, otherwise the flow
      • readNested

        List readNested​(String filename)
        Reads the flow in nested format from the given file.
        Parameters:
        filename - the file to read from
        Returns:
        the flow or null in case of an error
      • readNested

        List readNested​(InputStream stream)
        Reads the flow in nested format from the stream. The caller must ensure to close the stream.
        Parameters:
        stream - the stream to read from
        Returns:
        the flow or null in case of an error