Uses of Package
com.google.appengine.api.blobstore
Packages that use com.google.appengine.api.blobstore
Package
Description
Provides management and persistent storage of large, immutable byte arrays.
Provides management and persistent storage of large, immutable byte arrays.
Provides facilities for the creation and manipulation of images.
-
Classes in com.google.appengine.api.blobstore used by com.google.appengine.api.blobstoreClassDescription
BlobInfocontains metadata about a blob.BlobKeycontains the string identifier of a large (possibly larger than 1MB) blob of binary data that was uploaded in a previous request and can be streamed directly to users.BlobstoreServiceallows you to manage the creation and serving of large, immutable blobs to users.A byte range as parsed from a request Range header.FileInfocontains metadata about an uploaded file.RangeFormatExceptionis an unchecked exception that is thrown when an invalid Range header format is provided.Allows users to customize the behavior of a single upload to theBlobstoreService. -
Classes in com.google.appengine.api.blobstore used by com.google.appengine.api.blobstore.ee10ClassDescription
BlobInfocontains metadata about a blob.BlobKeycontains the string identifier of a large (possibly larger than 1MB) blob of binary data that was uploaded in a previous request and can be streamed directly to users.A byte range as parsed from a request Range header.FileInfocontains metadata about an uploaded file.Allows users to customize the behavior of a single upload to theBlobstoreService. -
Classes in com.google.appengine.api.blobstore used by com.google.appengine.api.blobstore.jakartaClassDescription
BlobInfocontains metadata about a blob.BlobKeycontains the string identifier of a large (possibly larger than 1MB) blob of binary data that was uploaded in a previous request and can be streamed directly to users.A byte range as parsed from a request Range header.FileInfocontains metadata about an uploaded file.Allows users to customize the behavior of a single upload to theBlobstoreService. -
Classes in com.google.appengine.api.blobstore used by com.google.appengine.api.imagesClassDescription
BlobKeycontains the string identifier of a large (possibly larger than 1MB) blob of binary data that was uploaded in a previous request and can be streamed directly to users.