public interface BlockLoader
byte[] getBlock(String url, long offset, int length) throws IOException
url - String URL to fetchoffset - byte start offset of the desired rangelength - number of octets to fetchIOException - on Network and protocol failures, as well as TimeoutsCopyright © 2005–2015 IIPC. All rights reserved.