Maven module :un.api : api-common :
Class : un.api.character.BacktrackCharIterator
Extends/Implements : un.api.character.AbstractCharIterator
Subclasses : -

author  Johann Sorel


Variables : -
Functions : BacktrackCharIterator, mark, rewind, clear, nextToBytes, nextBulk, skip, peekToBytes, peekToBuffer, peekToUnicode, peekBulk, nextEquals, hasNext



public void BacktrackCharIterator (CharIterator base)

public void mark ()

public void rewind ()

public void clear ()

public byte[] nextToBytes ()

public int[] nextBulk (ByteSequence bytebuffer)

public void skip ()

public byte[] peekToBytes ()

public void peekToBuffer (ByteSequence buffer)

public int peekToUnicode ()

public int[] peekBulk (ByteSequence bytebuffer)

public boolean nextEquals (byte[] cdata)

public boolean hasNext ()