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 com.vladsch.flexmark.util.sequence.builder.tree.Segment.TextCharSequenceBase
byteOffset, bytes, length, startOffset
-
Constructor Summary
ConstructorsConstructorDescriptionTextAsciiCharSequence
(byte[] bytes, int byteOffset, int startOffset, int length) -
Method Summary
Modifier and TypeMethodDescriptionchar
charAt
(int index) (package private) CharSequence
create
(int startOffset, int length) Methods inherited from class com.vladsch.flexmark.util.sequence.builder.tree.Segment.TextCharSequenceBase
length, subSequence, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.CharSequence
chars, codePoints, isEmpty
-
Constructor Details
-
TextAsciiCharSequence
public TextAsciiCharSequence(byte[] bytes, int byteOffset, int startOffset, int length)
-
-
Method Details
-
charAt
public char charAt(int index) - Specified by:
charAt
in interfaceCharSequence
- Specified by:
charAt
in classSegment.TextCharSequenceBase
-
create
- Specified by:
create
in classSegment.TextCharSequenceBase
-