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
Binary gives access the the raw data as byte[] via getData() but creates an array copy. To access a single byte (e.g. inspect header) it would be nice to have a method getDataByte(int) to retireve an individual byte from the underlying array without the overhead of an array copy.
The text was updated successfully, but these errors were encountered:
Binary
gives access the the raw data asbyte[]
viagetData()
but creates an array copy. To access a single byte (e.g. inspect header) it would be nice to have a methodgetDataByte(int)
to retireve an individual byte from the underlying array without the overhead of an array copy.The text was updated successfully, but these errors were encountered: