@InterfaceAudience.Private public class ByteStringer extends Object
| Modifier and Type | Method and Description | 
|---|---|
| static com.google.protobuf.ByteString | wrap(byte[] array)Wraps a byte array in a  ByteStringwithout copying it. | 
| static com.google.protobuf.ByteString | wrap(byte[] array,
    int offset,
    int length)Wraps a subset of a byte array in a  ByteStringwithout copying it. | 
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.