Skip to content

Add append() method supporting multiple byte arrays as input #26

Description

@patrickfav

This should have a signature of

public Bytes append(byte[]... arrays)

You may use this to append multiple byte arrays without the need for chaining the append(byte[]) call and therefore generating intermediate copies of the byte array.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions