Skip to content

Remove Slicing from ByteStream #7

Description

@andrewthad

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions