Sign in
android
/
platform
/
external
/
curl
/
dd344b65f
/
.
/
java
/
CurlWrite.java
blob: 37c8484c06315170ce9bd73687abac1961227663 [
file
] [
log
] [
blame
]
public
interface
CurlWrite
{
/**
* handleString gets called by libcurl on each chunk of data
* we receive from the remote server
*/
public
int
handleString
(
byte
s
[]);
}