Interface FileFormat

    • Method Detail

      • supportsTable

        boolean supportsTable​(Table table)
        Returns true if the table is supported, false otherwise.
        Parameters:
        table - the table
        Returns:
        returns true if the table is supported, false otherwise
      • getTableFilter

        TableFilter getTableFilter()
        Gets the table filter.
        Returns:
        returns the table filter
      • newEmbosserWriter

        EmbosserWriter newEmbosserWriter​(OutputStream os)
        Creates a new embosser writer.
        Parameters:
        os - the output stream
        Returns:
        returns a new embosser writer