@InterfaceAudience.Private public final class ImmutableByteArray extends Object
| Modifier and Type | Field and Description | 
|---|---|
| private byte[] | b | 
| Modifier | Constructor and Description | 
|---|---|
| private  | ImmutableByteArray(byte[] b) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object obj) | 
| int | hashCode() | 
| String | toStringUtf8() | 
| static ImmutableByteArray | wrap(byte[] b) | 
private final byte[] b
private ImmutableByteArray(byte[] b)
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.