Package org.apache.abdera.util.io

Class Summary
ByteArrayCodepointIterator Iterate over Unicode codepoints decoded from an array of bytes
CharArrayCodepointIterator Iterate over Unicode codepoints contained in a char array
CharBufferCodepointIterator Iterate over Unicode codepoints in a java.nio.CharBuffer
CharSequenceCodepointIterator Iterate over Unicode codepoints in a CharSequence (e.g.
CharUtils General utilities for dealing with Unicode characters
CodepointIterator Iterate over Unicode codepoints
DynamicPushbackInputStream PushbackInputStream implementation that performs dynamic resizing of the unread buffer
FilterCodepointIterator Base implementation of a CodepointIterator that filters the output of another CodpointIterator
PeekAheadInputStream A version of RewindableInputStream that provides methods for peeking ahead in the stream (equivalent to read() followed by an appropriate unread()
ReadWriteByteChannel Implements a buffer that provides a slightly more efficient way of writing, and then reading a stream of bytes.
RestrictedCodepointIterator A CodepointIterator implementation that checks output against a BitSet.
RewindableInputStream RewindableInputStream is a specialization of the PushbackInputStream that maintains an internal buffer of read bytes that a user can rewind (unread) back into the stream without having to do their own buffer management.
 

Exception Summary
InvalidCharacterException