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 ByteRangeBlobstoreService. getByteRange(javax.servlet.http.HttpServletRequest request)Get byte range from the request.static ByteRangeByteRange. parse(String byteRange)Parse byte range from header.static ByteRangeByteRange. 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 voidBlobstoreService. 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.
-