See: Description
Class | Description |
---|---|
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.
Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.