initial java interface commit: IT DOES NOT WORK
This commit is contained in:
9
java/CurlWrite.java
Normal file
9
java/CurlWrite.java
Normal file
@@ -0,0 +1,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[]);
|
||||
}
|
||||
|
Reference in New Issue
Block a user