public class MultiFileBytesCharIterator extends Object implements IterableCharSequence
IterableCharSequence.IterableStringCharSequence, IterableCharSequence.OffsetTypeDONE| Constructor and Description |
|---|
MultiFileBytesCharIterator(List<Path> filePaths,
Charset charset) |
MultiFileBytesCharIterator(MultiFileBytesCharIterator other) |
| Modifier and Type | Method and Description |
|---|---|
char |
charAt(int offset) |
Object |
clone() |
char |
current() |
char |
first() |
int |
getBeginIndex() |
Charset |
getCharset() |
int |
getEndIndex() |
String |
getIdentifier() |
int |
getIndex() |
IterableCharSequence.OffsetType |
getOffsetType() |
char |
last() |
int |
length() |
char |
next() |
char |
previous() |
char |
setIndex(int offset) |
CharSequence |
subSequence(int start,
int end) |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfromStringchars, codePoints, toStringpublic MultiFileBytesCharIterator(List<Path> filePaths, Charset charset) throws IOException
IOExceptionpublic MultiFileBytesCharIterator(MultiFileBytesCharIterator other) throws IOException
IOExceptionpublic String getIdentifier()
getIdentifier in interface IterableCharSequencepublic IterableCharSequence.OffsetType getOffsetType()
getOffsetType in interface IterableCharSequencepublic Charset getCharset()
getCharset in interface IterableCharSequencepublic int length()
length in interface CharSequencepublic char charAt(int offset)
charAt in interface CharSequencepublic CharSequence subSequence(int start, int end)
subSequence in interface CharSequencepublic char first()
first in interface CharacterIteratorpublic char last()
last in interface CharacterIteratorpublic char current()
current in interface CharacterIteratorpublic char next()
next in interface CharacterIteratorpublic char previous()
previous in interface CharacterIteratorpublic char setIndex(int offset)
setIndex in interface CharacterIteratorpublic int getBeginIndex()
getBeginIndex in interface CharacterIteratorpublic int getEndIndex()
getEndIndex in interface CharacterIteratorpublic int getIndex()
getIndex in interface CharacterIteratorpublic Object clone()
clone in interface CharacterIteratorclone in class ObjectCopyright © 2019. All rights reserved.