Skip to content

Add from() constructor with char[] which accepts offset and length param #24

@patrickfav

Description

@patrickfav

A signature similar to

public static Bytes from(char[] charArray, Charset charset, int offset, int length)

This should be efficient, i.e without copying the charArray.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions