Uses of Package
com.google.appengine.api.blobstore
-
Packages that use com.google.appengine.api.blobstore Package Description com.google.appengine.api.blobstore Provides management and persistent storage of large, immutable byte arrays.com.google.appengine.api.images Provides facilities for the creation and manipulation of images. -
Classes in com.google.appengine.api.blobstore used by com.google.appengine.api.blobstore Class Description BlobInfo BlobInfo
contains metadata about a blob.BlobKey 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 BlobstoreService
allows you to manage the creation and serving of large, immutable blobs to users.ByteRange A byte range as parsed from a request Range header.FileInfo FileInfo
contains metadata about an uploaded file.RangeFormatException RangeFormatException
is an unchecked exception that is thrown when an invalid Range header format is provided.UploadOptions 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.images Class Description BlobKey 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.