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:
objectFor internal use only; no backwards-compatibility guarantees.
A pure Python implementation of stream.OutputStream.
- class apache_beam.coders.slow_stream.ByteCountingOutputStream[source]
Bases:
OutputStreamFor internal use only; no backwards-compatibility guarantees.
A pure Python implementation of stream.ByteCountingOutputStream.