Maven module :un.api : api-common :
Class :
un.api.character.CharIterator
Extends/Implements :
un.api.collection.Iterator
Subclasses : -
Variables : -
Functions :
getEncoding,
next,
nextToBytes,
nextToBuffer,
nextToUnicode,
nextBulk,
skip,
peek,
peekToBytes,
peekToBuffer,
peekToUnicode,
peekBulk,
nextEquals,
nextEquals,
nextEquals
CharEncoding
getEncoding ()
Char
next ()
byte[]
nextToBytes ()
void
nextToBuffer (ByteSequence buffer)
int
nextToUnicode ()
int[]
nextBulk (ByteSequence bytebuffer)
void
skip ()
Char
peek ()
byte[]
peekToBytes ()
void
peekToBuffer (ByteSequence buffer)
int
peekToUnicode ()
int[]
peekBulk (ByteSequence bytebuffer)
boolean
nextEquals (Char ch)
boolean
nextEquals (byte[] cdata)
boolean
nextEquals (int codepoint)
author Johann Sorel