Check of end of file on BitStream? #348
Unanswered
daveisfera
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi. There should be no need to access the private member as you can just use I think is a reasonable way to check if you're at the end of the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to check for end of file on a
BitStream
? Right now, I'm doingbs._pos >= len(bs)
but then it's accessing a private member and it feels like there should be an easier way to check for this.Beta Was this translation helpful? Give feedback.
All reactions