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
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.
The text was updated successfully, but these errors were encountered:
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 callingReadByte()
for the array size, but it would be better if we add this method to API.Similar method is available on other clients.
The text was updated successfully, but these errors were encountered: