public class MoreByteStrings
extends java.lang.Object
Constructor and Description |
---|
MoreByteStrings() |
Modifier and Type | Method and Description |
---|---|
static ByteString |
concat(ByteString first,
ByteString second) |
static ByteString |
wrap(byte[] bytes) |
static ByteString |
wrap(byte[] bytes,
int offset,
int len) |
static ByteString |
wrap(java.nio.ByteBuffer buffer) |
public static ByteString wrap(byte[] bytes)
public static ByteString wrap(byte[] bytes, int offset, int len)
public static ByteString wrap(java.nio.ByteBuffer buffer)
public static ByteString concat(ByteString first, ByteString second)
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.