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
core: Opaque: Remove position offset from ByteBuffer constructor
Removing the relative offset (which in our case is always 0) will reduce
the chance that somebody thinks it's an absolute offset from the
beginning of the ByteBuffer...
Related: #149
Signed-off-by: Christian Kohlschütter <[email protected]>
0 commit comments