|
|||||||||
Home >> All >> org >> apache >> commons >> collections >> primitives >> adapters >> [ io overview ] | PREV PACKAGE NEXT PACKAGE |
Package org.apache.commons.collections.primitives.adapters.io
Adapters for converting between the primitive and object based versions of the collections framework.
See:
Description
Class Summary | |
ByteIteratorInputStream | Adapts an org.apache.commons.collections.primitives.ByteIterator to the java.io.InputStream interface. |
CharIteratorReader | Adapts a org.apache.commons.collections.primitives.CharIterator to the java.io.Reader interface. |
InputStreamByteIterator | Adapts an java.io.InputStream to the org.apache.commons.collections.primitives.ByteIterator interface. |
PackageTestSuite | Test this package. |
ReaderCharIterator | Adapts a java.io.Reader to the org.apache.commons.collections.primitives.CharIterator interface. |
TestByteIteratorInputStream | |
TestCharIteratorReader | |
TestInputStreamByteIterator | |
TestReaderCharIterator |
Package org.apache.commons.collections.primitives.adapters.io Description
Adapters for converting between the primitive and object based versions of the collections framework.
Also see the org.apache.commons.collections.primitives
,
java.util
and org.apache.commons.collections
packages.
|
|||||||||
Home >> All >> org >> apache >> commons >> collections >> primitives >> adapters >> [ io overview ] | PREV PACKAGE NEXT PACKAGE |