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 facilities for the creation and manipulation of images.
-
Classes in com.google.appengine.api.blobstore used by com.google.appengine.api.blobstoreClassDescription
BlobInfo
contains metadata about a blob.BlobKey
contains 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.BlobstoreService
allows you to manage the creation and serving of large, immutable blobs to users.A byte range as parsed from a request Range header.FileInfo
contains metadata about an uploaded file.RangeFormatException
is 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
BlobInfo
contains metadata about a blob.BlobKey
contains 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.FileInfo
contains 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
BlobKey
contains 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.