mirror of
https://github.com/curl/curl.git
synced 2026-04-15 12:11:42 +03:00
initial java interface commit: IT DOES NOT WORK
This commit is contained in:
parent
d9f989c8c8
commit
d712a4e800
5 changed files with 360 additions and 0 deletions
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[]);
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue