Class Segment.TextAsciiCharSequence
java.lang.Object
com.vladsch.flexmark.util.sequence.builder.tree.Segment.TextCharSequenceBase
com.vladsch.flexmark.util.sequence.builder.tree.Segment.TextAsciiCharSequence
- All Implemented Interfaces:
CharSequence
- Enclosing class:
Segment
-
Field Summary
Fields inherited from class Segment.TextCharSequenceBase
byteOffset, bytes, length, startOffset -
Constructor Summary
ConstructorsConstructorDescriptionTextAsciiCharSequence(byte[] bytes, int byteOffset, int startOffset, int length) -
Method Summary
Modifier and TypeMethodDescriptioncharcharAt(int index) (package private) CharSequencecreate(int startOffset, int length) Methods inherited from class Segment.TextCharSequenceBase
length, subSequence, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface CharSequence
chars, codePoints, getChars, isEmpty
-
Constructor Details
-
TextAsciiCharSequence
public TextAsciiCharSequence(byte[] bytes, int byteOffset, int startOffset, int length)
-
-
Method Details
-
charAt
public char charAt(int index) - Specified by:
charAtin interfaceCharSequence- Specified by:
charAtin classSegment.TextCharSequenceBase
-
create
- Specified by:
createin classSegment.TextCharSequenceBase
-