Class TagWriter

All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable

public class TagWriter extends HeaderWriter<Tag>
Tag header writer.
Author:
Jerome Louvel
  • Constructor Details

    • TagWriter

      public TagWriter()
  • Method Details

    • write

      public static String write(List<Tag> tags)
      Writes a list of tags.
      Parameters:
      tags - The tags to write.
      Returns:
      This writer.
    • write

      public static String write(Tag tag)
      Writes a tag.
      Parameters:
      tag - The tag to write.
      Returns:
      This writer.
    • append

      public HeaderWriter<Tag> append(Tag tag)
      Description copied from class: HeaderWriter
      Appends a value.
      Specified by:
      append in class HeaderWriter<Tag>
      Parameters:
      tag - The value.
      Returns:
      This writer.