public class Blob
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static interface |
Blob.ConstructorBlobPartsArrayUnionType |
Constructor and Description |
---|
Blob() |
Blob(Blob.ConstructorBlobPartsArrayUnionType[] blobParts) |
Blob(Blob.ConstructorBlobPartsArrayUnionType[] blobParts,
BlobPropertyBag options) |
Modifier and Type | Method and Description |
---|---|
Blob |
slice() |
Blob |
slice(int start) |
Blob |
slice(int start,
int length) |
Blob |
slice(int start,
int length,
java.lang.String contentType) |
public Blob()
public Blob(Blob.ConstructorBlobPartsArrayUnionType[] blobParts, BlobPropertyBag options)
public Blob(Blob.ConstructorBlobPartsArrayUnionType[] blobParts)