tango.io.stream.Iterator

Members

Classes

Iterator
class Iterator(T)

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 tango.text.Util iterators, which operate upon the extent of an array.

Meta

License

BSD style: $(LICENSE)

Version

Initial release: December 2005