Contents Menu Expand
bertlv 0.7.0 documentation
bertlv 0.7.0 documentation

Documentation

  • API Reference
    • Package
    • Configuration
    • Generator
    • Mapper
    • Parser
    • Stream
    • Tag
    • Tree
    • Utils
  • Index

Links

  • GitHub page

Stream¶

class bertlv.stream.BufferedStream[source]¶

Bases: collections.abc.Iterator

rollback(error_type: Type[Exception])[source]¶
is_eof() → bool[source]¶
size() → int[source]¶
close() → None[source]¶
read(size: int = - 1) → bytes[source]¶
write(data: bytes) → int[source]¶
push(data: bytes) → None[source]¶
tell() → int[source]¶
Next
Tag
Previous
Parser
Copyright © 2021, Philip Schömig | Built with Sphinx and @pradyunsg's Furo theme. | Show Source