Skip to main content

InterBoundaryIter

A Producer that will iterate over boundaries.

Attributes

AttributeTypeDescription
_streamstreamThe underlying input stream containing the raw data to be parsed for boundaries.
_boundarybytes or stringThe specific byte sequence or string used as a delimiter to separate segments within the stream.

Constructor

Signature

def InterBoundaryIter(
stream: Any,
boundary: bytes
)

Parameters

NameTypeDescription
streamAnyThe input stream to be iterated over.
boundarybytesThe boundary delimiter used to separate segments in the stream.