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