Uses of Class
com.google.cloud.storage.RangeSpec
Packages that use RangeSpec
-
Uses of RangeSpec in com.google.cloud.storage
Methods in com.google.cloud.storage that return RangeSpecModifier and TypeMethodDescriptionstatic @NonNull RangeSpecRangeSpec.all()A RangeSpec that represents to read from0toEOFstatic @NonNull RangeSpecRangeSpec.beginAt(long begin) Create a new RangeSpec with the providedbegin.ReadAsChannel.getRange()TheRangeSpecto be used for any read using this instance.ReadAsFutureBytes.getRange()TheRangeSpecto be used for any read using this instance.ReadAsFutureByteString.getRange()TheRangeSpecto be used for any read using this instance.static @NonNull RangeSpecRangeSpec.of(long begin, long maxLength) Create a new RangeSpec with the providedbeginandmaxLength.abstract @NonNull RangeSpecRangeSpec.withMaxLength(long maxLength) Methods in com.google.cloud.storage with parameters of type RangeSpecModifier and TypeMethodDescriptionReadAsChannel.withRangeSpec(RangeSpec range) Return an instance with theRangeSpecset to the specified value.ReadAsFutureBytes.withRangeSpec(RangeSpec range) Return an instance with theRangeSpecset to the specified value.ReadAsFutureByteString.withRangeSpec(RangeSpec range) Return an instance with theRangeSpecset to the specified value.