Home » commons-collections-3.2.1-src » org.apache.commons » collections » primitives » adapters » io »

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

Classes:

ByteIteratorInputStream   Adapts an ByteIterator to the InputStream interface.  code | html
CharIteratorReader   Adapts a CharIterator to the Reader interface.  code | html
InputStreamByteIterator   Adapts an InputStream to the ByteIterator interface.  code | html
ReaderCharIterator   Adapts a Reader to the CharIterator interface.  code | html

All Test Cases:

PackageTestSuite   Test this package.  code | html
TestByteIteratorInputStream     code | html
TestCharIteratorReader     code | html
TestInputStreamByteIterator     code | html
TestReaderCharIterator     code | html