Class ChunkIter

An iterable that will yield chunks of data. Given a file-like object as the constructor, yield chunks of read operations from that object.

Declaration

class ChunkIter
source link

Documentation

Methods