public interface ITagWriter
ITag,
ITagService| Modifier and Type | Method and Description |
|---|---|
IWritableTag |
createTag(String id,
int len)
Creates and returns a new tag for the receiver.
|
boolean |
setTags(Iterable<ITag> tags)
Sets the receiver's tags to only the ones provided.
|
IWritableTag createTag(String id, int len)
id - A string that uniquely identifies the tag to be returned. This value will be used
by the contributor when to find the tag (see ITagReader.getTag(String)).len - The number of bytes that should be allocated to store the tag's data.Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.