Package org.apache.commons.collections.primitives.adapters.io
SinceNot specified.
VersionNot specified.
AuthorNot specified.
Wiki javadoc Use textile entry format.
Add your comments here.
Classes
ByteIteratorInputStream Adapts an ByteIterator to the InputStream interface.
CharIteratorReader Adapts a CharIterator to the Reader interface.
InputStreamByteIterator Adapts an InputStream to the ByteIterator interface.
ReaderCharIterator Adapts a Reader to the CharIterator interface.

Adapters for converting between primitive collections and Java I/O classes.

Also see the org.apache.commons.collections.primitives , and java.io packages.