Uses of Class
com.google.cloud.storage.RangeSpecFunction
Packages that use RangeSpecFunction
-
Uses of RangeSpecFunction in com.google.cloud.storage
Subclasses of RangeSpecFunction in com.google.cloud.storageModifier and TypeClassDescriptionfinal classfinal classProduce a newRangeSpecrelative to the providedoffsetandprev, where the RangeSpec will have a maxLength set to the lesser ofprev.maxLengthandthis.maxLength.Methods in com.google.cloud.storage that return RangeSpecFunctionModifier and TypeMethodDescriptionRangeSpecFunction.andThen(RangeSpecFunction then) Returns a composed function that first applies this function to its input, and then applies thethenfunction to the result.ReadAsSeekableChannel.getRangeSpecFunction()Get theRangeSpecFunctionthis instance will use to generateRangeSpecs for reading from an object.Methods in com.google.cloud.storage with parameters of type RangeSpecFunctionModifier and TypeMethodDescriptionRangeSpecFunction.andThen(RangeSpecFunction then) Returns a composed function that first applies this function to its input, and then applies thethenfunction to the result.ReadAsSeekableChannel.withRangeSpecFunction(RangeSpecFunction rangeSpecFunction) Return an instance with therangeSpecFunctionset to the specified value.