| Package | Description |
|---|---|
| com.google.cloud |
Core classes for the
gcloud-java library. |
| Modifier and Type | Method and Description |
|---|---|
static ByteArray |
ByteArray.copyFrom(byte[] bytes)
Creates a
ByteArray object given an array of bytes. |
static ByteArray |
ByteArray.copyFrom(ByteBuffer bytes)
Creates a
ByteArray object given a ByteBuffer. |
static ByteArray |
ByteArray.copyFrom(InputStream input)
Creates a
ByteArray object given an InputStream. |
static ByteArray |
ByteArray.copyFrom(String string)
Creates a
ByteArray object given a string. |
| Constructor and Description |
|---|
ByteArray(ByteArray byteArray) |
Copyright © 2016 Google. All rights reserved.