Uses of Class
com.google.cloud.ByteArray
-
Packages that use ByteArray Package Description com.google.cloud Core classes for thegoogle-cloud
library. -
-
Uses of ByteArray in com.google.cloud
Methods in com.google.cloud that return ByteArray Modifier and Type Method Description static ByteArray
ByteArray. copyFrom(byte[] bytes)
Creates aByteArray
object given an array of bytes.static ByteArray
ByteArray. copyFrom(InputStream input)
Creates aByteArray
object given anInputStream
.static ByteArray
ByteArray. copyFrom(String string)
Creates aByteArray
object given a string.static ByteArray
ByteArray. copyFrom(ByteBuffer bytes)
Creates aByteArray
object given aByteBuffer
.static ByteArray
ByteArray. fromBase64(String data)
Creates aByteArray
from a base64 representation.
-