Interface TagBuilder

All Known Implementing Classes:
TagBuilderImpl

@LimitedPrivate("Coprocesssor") public interface TagBuilder
Builder implementation to create Tag Call setTagValue(byte[]) method to create ArrayBackedTag
  • Method Summary

    Modifier and Type
    Method
    Description
    Build the tag.
    setTagType(byte tagType)
    Set type of the tag.
    setTagValue(byte[] tagBytes)
    Set the value of the tag.