public interface IWritableTag extends ITag
ITagWriter
's with extra information. They are created by
implementations of IBindingTagger
which are contributed using
the org.eclipse.cdt.core.tagger extension point.IBindingTagger
,
ITagReader
,
ITagWriter
Modifier and Type | Method and Description |
---|---|
boolean |
putByte(int offset,
byte data)
Writes the given byte to the given offset in the tag.
|
boolean |
putBytes(int offset,
byte[] data,
int len)
Writes the argument buffer into the receiver's payload starting at the specified offset.
|
getByte, getBytes, getDataLen, getTaggerId
boolean putByte(int offset, byte data)
true
if successful.boolean putBytes(int offset, byte[] data, int len)
len
is -1. Returns
true
if successful.Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.