org.apache.abdera.util.io
Class CharBufferCodepointIterator

java.lang.Object
  extended by org.apache.abdera.util.io.CodepointIterator
      extended by org.apache.abdera.util.io.CharArrayCodepointIterator
          extended by org.apache.abdera.util.io.CharBufferCodepointIterator

public class CharBufferCodepointIterator
extends CharArrayCodepointIterator

Iterate over Unicode codepoints in a java.nio.CharBuffer


Field Summary
 
Fields inherited from class org.apache.abdera.util.io.CharArrayCodepointIterator
buffer
 
Fields inherited from class org.apache.abdera.util.io.CodepointIterator
limit, position
 
Constructor Summary
CharBufferCodepointIterator(java.nio.CharBuffer cb)
           
 
Method Summary
 
Methods inherited from class org.apache.abdera.util.io.CharArrayCodepointIterator
get, get
 
Methods inherited from class org.apache.abdera.util.io.CodepointIterator
forByteArray, forCharArray, forCharBuffer, forCharSequence, hasNext, isHigh, isLow, last, lastPosition, limit, next, nextChars, peek, peek, peekChars, position, position, remaining
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CharBufferCodepointIterator

public CharBufferCodepointIterator(java.nio.CharBuffer cb)