Class CodepointIteratorReadableByteChannel
- java.lang.Object
-
- com.helger.commons.text.codepoint.AbstractCodepointIterator
-
- com.helger.commons.text.codepoint.CodepointIteratorCharBuffer
-
- com.helger.commons.text.codepoint.CodepointIteratorByteBuffer
-
- com.helger.commons.text.codepoint.CodepointIteratorReadableByteChannel
-
- All Implemented Interfaces:
ICodepointIterator,Iterator<Codepoint>
- Direct Known Subclasses:
CodepointIteratorInputStream
public class CodepointIteratorReadableByteChannel extends CodepointIteratorByteBuffer
- Author:
- Apache Abdera
-
-
Field Summary
-
Fields inherited from class com.helger.commons.text.codepoint.AbstractCodepointIterator
m_nLimit, m_nPosition
-
-
Constructor Summary
Constructors Constructor Description CodepointIteratorReadableByteChannel(ReadableByteChannel aChannel, Charset aCharset)
-
Method Summary
-
Methods inherited from class com.helger.commons.text.codepoint.CodepointIteratorCharBuffer
get, get
-
Methods inherited from class com.helger.commons.text.codepoint.AbstractCodepointIterator
isHigh, isLow, lastPosition, limit, next, nextChars, peek, peek, peekChars, position, position, remaining, restrict
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.helger.commons.text.codepoint.ICodepointIterator
hasNext, restrict, restrict
-
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
-
-
-
-
Constructor Detail
-
CodepointIteratorReadableByteChannel
public CodepointIteratorReadableByteChannel(@Nonnull @WillClose ReadableByteChannel aChannel, @Nonnull Charset aCharset) throws IOException
- Throws:
IOException
-
-