Uses of Class
com.google.cloud.ByteArray
Packages that use ByteArray
-
Uses of ByteArray in com.google.cloud
Methods in com.google.cloud that return ByteArrayModifier and TypeMethodDescriptionstatic final ByteArrayByteArray.copyFrom(byte[] bytes) Creates aByteArrayobject given an array of bytes.static final ByteArrayByteArray.copyFrom(InputStream input) Creates aByteArrayobject given anInputStream.static final ByteArrayCreates aByteArrayobject given a string.static final ByteArrayByteArray.copyFrom(ByteBuffer bytes) Creates aByteArrayobject given aByteBuffer.static ByteArrayByteArray.fromBase64(String data) Creates aByteArrayfrom a base64 representation.