1 2 3 4 5 6 7 8 9
public interface CurlWrite { /** * handleString gets called by libcurl on each chunk of data * we receive from the remote server */ public int handleString(byte s[]); }