Class LazyStream

The LazyStream wrapper allows one to get and "unget" bytes from a stream.

Declaration

class LazyStream
source link

Documentation

Given a producer object (an iterator that yields bytestrings), the
LazyStream object will support iteration, reading, and keeping a "look-back"
variable in case you need to "unget" some bytes.

Methods