Skip to content

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

@patrickfav

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.

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