@Deprecated public abstract class BytePropertyNode<T extends BytePropertyNode<T>> extends PropertyNode<T>
PropertyNode.EndComparator, PropertyNode.StartComparator
_buf
Constructor and Description |
---|
BytePropertyNode(int fcStart,
int fcEnd,
CharIndexTranslator translator,
Object buf)
Deprecated.
|
BytePropertyNode(int charStart,
int charEnd,
Object buf)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
int |
getEndBytes()
Deprecated.
Though bytes are actually stored in file, it is advised to
use char positions for all operations. Including save
operations, because only char positions are preserved.
|
int |
getStartBytes()
Deprecated.
Though bytes are actually stored in file, it is advised to
use char positions for all operations. Including save
operations, because only char positions are preserved.
|
adjustForDelete, clone, compareTo, equals, getEnd, getStart, hashCode, limitsAreEqual, setEnd, setStart
public BytePropertyNode(int fcStart, int fcEnd, CharIndexTranslator translator, Object buf)
fcStart
- The start of the text for this property, in _bytes_fcEnd
- The end of the text for this property, in _bytes_public BytePropertyNode(int charStart, int charEnd, Object buf)
@Deprecated public int getStartBytes()
@Deprecated public int getEndBytes()
Copyright © 2020. All rights reserved.