Uses of Class
com.google.appengine.api.blobstore.ByteRange
Packages that use ByteRange
Package
Description
Provides management and persistent storage of large, immutable byte arrays.
-
Uses of ByteRange in com.google.appengine.api.blobstore
Methods in com.google.appengine.api.blobstore that return ByteRangeModifier and TypeMethodDescription@Nullable ByteRange
BlobstoreService.getByteRange
(javax.servlet.http.HttpServletRequest request) Get byte range from the request.static ByteRange
Parse byte range from header.static ByteRange
ByteRange.parseContentRange
(String contentRange) Parse content range from header for byte-range only.Methods in com.google.appengine.api.blobstore with parameters of type ByteRange