apache_beam.coders.slow_stream module
A pure Python implementation of stream.pyx.
For internal use only; no backwards-compatibility guarantees.
- class apache_beam.coders.slow_stream.OutputStream[source]
Bases:
object
For internal use only; no backwards-compatibility guarantees.
A pure Python implementation of stream.OutputStream.
- class apache_beam.coders.slow_stream.ByteCountingOutputStream[source]
Bases:
OutputStream
For internal use only; no backwards-compatibility guarantees.
A pure Python implementation of stream.ByteCountingOutputStream.