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
The ByteStream type doesn't actually need to use slicing. The primary two sources of a bytestream are file handles and network sockets. Shaving extra bytes from the end can be accomplished with resizeByteArray. Bytes are never shaved from the beginning.
The text was updated successfully, but these errors were encountered:
The
ByteStream
type doesn't actually need to use slicing. The primary two sources of a bytestream are file handles and network sockets. Shaving extra bytes from the end can be accomplished withresizeByteArray
. Bytes are never shaved from the beginning.The text was updated successfully, but these errors were encountered: