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