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 BlobInfocontains metadata about a blob.BlobKey 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.BlobstoreService BlobstoreServiceallows 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 FileInfocontains metadata about an uploaded file.RangeFormatException RangeFormatExceptionis 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 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.