ocean.io.stream.Iterator

Members

Classes

Iterator
class Iterator

The base class for a set of stream iterators. These operate upon a buffered input stream, and are designed to deal with partial content. That is, stream iterators go to work the moment any data becomes available in the buffer. Contrast this behaviour with the ocean.text.Util iterators, which operate upon the extent of an array.

Meta

License

Tango Dual License: 3-Clause BSD License / Academic Free License v3.0. See LICENSE_TANGO.txt for details.

Version

Initial release: December 2005

Authors

Kris Bell