FMIceLinkHttpFileTransfer Class Reference

Inherits from NSObject
Declared in FMIceLinkHttpFileTransfer.h
FMIceLinkHttpFileTransfer.m

Overview

Helper methods for downloading binary files.

+ downloadFileWithUrl:

Downloads a file from the url. Decompresses using BZip2 if needed.
+ (FMIceLinkFuture<FMIceLinkDataBuffer*> *)downloadFileWithUrl:(NSString *)url

Parameters

url

The URL.

Discussion

Downloads a file from the url. Decompresses using BZip2 if needed.

Declared In

FMIceLinkHttpFileTransfer.h

+ downloadFileWithUrl:filePath:

Downloads a file from the url. Decompresses using BZip2 if needed. Then saves to the file system at filePath.
+ (FMIceLinkFuture<id> *)downloadFileWithUrl:(NSString *)url filePath:(NSString *)filePath

Parameters

url

The URL.

filePath

The file path.

Discussion

Downloads a file from the url. Decompresses using BZip2 if needed. Then saves to the file system at filePath.

Declared In

FMIceLinkHttpFileTransfer.h