Class RangedGetUtils


  • public class RangedGetUtils
    extends Object
    Utilities for processing Ranged Get functions.
    • Constructor Detail

      • RangedGetUtils

        public RangedGetUtils()
    • Method Detail

      • getRange

        public static long[] getRange​(String range)
      • getCryptoRangeAsString

        public static String getCryptoRangeAsString​(String desiredRange)
      • getCryptoRange

        public static long[] getCryptoRange​(String desiredRange)
      • adjustToDesiredRange

        public static org.reactivestreams.Subscriber<? super ByteBuffer> adjustToDesiredRange​(org.reactivestreams.Subscriber<? super ByteBuffer> subscriber,
                                                                                              long[] cryptoRange,
                                                                                              String contentRange,
                                                                                              int cipherTagLengthBits)