Uses of Class
com.google.appengine.api.blobstore.ByteRange
-
Packages that use ByteRange Package Description com.google.appengine.api.blobstore 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 ByteRange Modifier and Type Method Description @Nullable ByteRange
BlobstoreService. getByteRange(javax.servlet.http.HttpServletRequest request)
Get byte range from the request.static ByteRange
ByteRange. parse(String 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 Modifier and Type Method Description void
BlobstoreService. serve(BlobKey blobKey, @Nullable ByteRange byteRange, javax.servlet.http.HttpServletResponse response)
Arrange for the specified blob to be served as the response content for the current request.
-