public class CharSequenceFromSeekable extends Object implements CharSequence
| Modifier and Type | Field and Description |
|---|---|
protected int |
end |
protected int |
length |
protected int |
offset |
protected Seekable |
seekable |
| Constructor and Description |
|---|
CharSequenceFromSeekable(Seekable seekable) |
CharSequenceFromSeekable(Seekable seekable,
int offset,
int end) |
| Modifier and Type | Method and Description |
|---|---|
char |
charAt(int index) |
int |
length() |
CharSequence |
subSequence(int start,
int end) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitchars, codePoints, toStringprotected Seekable seekable
protected int offset
protected int end
protected int length
public CharSequenceFromSeekable(Seekable seekable)
public CharSequenceFromSeekable(Seekable seekable, int offset, int end)
public int length()
length in interface CharSequencepublic char charAt(int index)
charAt in interface CharSequencepublic CharSequence subSequence(int start, int end)
subSequence in interface CharSequenceCopyright © 2020. All rights reserved.