@InterfaceAudience.LimitedPrivate(value="Coprocesssor") public interface TagBuilder
Tag
Call setTagValue(byte[]) method to create
ArrayBackedTag
Modifier and Type | Method and Description |
---|---|
Tag |
build()
Build the tag.
|
TagBuilder |
setTagType(byte tagType)
Set type of the tag.
|
TagBuilder |
setTagValue(byte[] tagBytes)
Set the value of the tag.
|
TagBuilder setTagType(byte tagType)
tagType
- type of the tagTagBuilder
TagBuilder setTagValue(byte[] tagBytes)
tagBytes
- tag bytes.TagBuilder
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.