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
Currently, the only way to mark/resetByteArrayDataInput's position is to access it's underlying InputStream. I thought that we can probably expose these method to ByteArrayDataInput.
API design is pretty simple: just add these methods as it is.
Thanks!
The text was updated successfully, but these errors were encountered:
Currently, the only way to
mark
/reset
ByteArrayDataInput
's position is to access it's underlyingInputStream
. I thought that we can probably expose these method toByteArrayDataInput
.API design is pretty simple: just add these methods as it is.
Thanks!
The text was updated successfully, but these errors were encountered: