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 -
Uses of ByteRange in com.google.appengine.api.blobstore.ee10
Methods in com.google.appengine.api.blobstore.ee10 that return ByteRangeModifier and TypeMethodDescription@Nullable ByteRange
BlobstoreService.getByteRange
(jakarta.servlet.http.HttpServletRequest request) Deprecated.Get byte range from the request.Methods in com.google.appengine.api.blobstore.ee10 with parameters of type ByteRange -
Uses of ByteRange in com.google.appengine.api.blobstore.jakarta
Methods in com.google.appengine.api.blobstore.jakarta that return ByteRangeModifier and TypeMethodDescription@Nullable ByteRange
BlobstoreService.getByteRange
(jakarta.servlet.http.HttpServletRequest request) Get byte range from the request.Methods in com.google.appengine.api.blobstore.jakarta with parameters of type ByteRange