You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 30, 2026. It is now read-only.
It would be helpful to have a method in DataReader to read bytes until a token/byte is found. So we can avoid to do this on our programs:
It would be also good to have ReadStringToToken(), as it is implemented in TextReader.