Uses of Class
com.google.appengine.api.blobstore.BlobInfo
-
Packages that use BlobInfo Package Description com.google.appengine.api.blobstore Provides management and persistent storage of large, immutable byte arrays. -
-
Uses of BlobInfo in com.google.appengine.api.blobstore
Methods in com.google.appengine.api.blobstore that return BlobInfo Modifier and Type Method Description BlobInfo
BlobInfoFactory. createBlobInfo(Entity entity)
@Nullable BlobInfo
BlobInfoFactory. loadBlobInfo(BlobKey blobKey)
Loads theBlobInfo
metadata forblobKey
.Methods in com.google.appengine.api.blobstore that return types with arguments of type BlobInfo Modifier and Type Method Description Map<String,List<BlobInfo>>
BlobstoreService. getBlobInfos(javax.servlet.http.HttpServletRequest request)
Returns theBlobInfo
for any files that were uploaded, keyed by the upload form "name" field.Iterator<BlobInfo>
BlobInfoFactory. queryBlobInfos()
Iterator<BlobInfo>
BlobInfoFactory. queryBlobInfosAfter(@Nullable BlobKey previousBlob)
Queries forBlobInfo
instances, beginning at the blob followingpreviousBlob
in lexicographic order.
-