Class StreamingController.Range

  • Enclosing class:
    StreamingController

    protected static class StreamingController.Range
    extends Object
    This class represents a byte range.
    • Constructor Detail

      • Range

        public Range​(long start,
                     long end)
        Construct a byte range.
        Parameters:
        start - Start of the byte range.
        end - End of the byte range.