Uses of Class
com.google.genai.gaos.utils.Blob
Packages that use Blob
-
Uses of Blob in com.google.genai.gaos.utils
Methods in com.google.genai.gaos.utils that return BlobModifier and TypeMethodDescriptionstatic BlobBlob.from(byte[] data) Creates aBlobfrom a byte array.static BlobBlob.from(InputStream inputStream) Creates aBlobfrom anInputStream.static BlobCreates aBlobfrom a String using UTF-8 encoding.static BlobBlob.from(ByteBuffer buffer) Creates aBlobfrom a singleByteBuffer.static BlobCreates aBlobfrom a file path.static BlobBlob.from(List<ByteBuffer> buffers) Creates aBlobfrom a list ofByteBuffers.Methods in com.google.genai.gaos.utils with parameters of type Blob