* @return long
* @throws ClientServicesException
*/
public long downloadCommunityFile(OutputStream ostream, final String fileId, final String libraryId, Map<String, String> params) throws ClientServicesException {
FileService svc = new FileService(endpoint);
return svc.downloadCommunityFile(ostream, fileId, libraryId, params);
}
/**
* Upload a File to Community
* @param iStream