Interface RangeLoader

All Known Implementing Classes:
HttpRangeLoader, LocalFileRangeLoader

public interface RangeLoader
Used to load selected range data to satisfy the zsync process
Author:
brad
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    get(List<Range> rangeList)
    Fetch a set of ranges, usually over HTTP
  • Method Details

    • get

      byte[] get(List<Range> rangeList) throws Exception
      Fetch a set of ranges, usually over HTTP
      Parameters:
      rangeList -
      Returns:
      Throws:
      Exception