Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ReadRawBytes() method is missing #917

Open
mehmettokgoz opened this issue Jan 17, 2023 · 0 comments
Open

ReadRawBytes() method is missing #917

mehmettokgoz opened this issue Jan 17, 2023 · 0 comments

Comments

@mehmettokgoz
Copy link
Contributor

There is a WriteRawBytes()method for writing bytes directly without applying any extra operation, but there is no read method for reading directly. A possible workaround could be calling ReadByte() for the array size, but it would be better if we add this method to API.

Similar method is available on other clients.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants