Interface Sink

  • Method Details Link icon

    • getFileFormat Link icon

      FileFormat getFileFormat()
      Get the FileFormat this sink uses.
      Returns:
      a FileFormat. May not be null.
    • acceptsFileFormat Link icon

      default boolean acceptsFileFormat(FileFormat format)
      Check if this Sink accepts the supplied FileFormat.
      Parameters:
      format - the FileFormat to check.
      Returns:
      true if the sink accepts the supplied format, false otherwise.