Package org.apache.commons.collections.primitives.adapters.io

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

See:
          Description

Class Summary
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.
 

Package org.apache.commons.collections.primitives.adapters.io Description

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

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



Copyright (c) 2002-2003 - Apache Software Foundation