We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7af379f commit 7f01e0aCopy full SHA for 7f01e0a
binary_utils/binary_stream.py
@@ -14,6 +14,7 @@
14
15
from binary_utils.binary_converter import BinaryConverter
16
17
+
18
class BinaryStream:
19
def __init__(self, data: bytes = b"", pos: int = 0) -> None:
20
self.data: bytes = data
0 commit comments