public final class StreamCharacterIterator extends Object implements CharacterIterator
| Constructor and Description |
|---|
StreamCharacterIterator(InputStream is) |
public StreamCharacterIterator(InputStream is)
is - an InputStream, which is parsedpublic String substring(int beginIndex, int endIndex)
substring in interface CharacterIteratorpublic String substring(int beginIndex)
substring in interface CharacterIteratorpublic char charAt(int pos)
charAt in interface CharacterIteratorpublic boolean isEnd(int pos)
isEnd in interface CharacterIteratorCopyright © 2018–2021 mhoffrogge. All rights reserved.