aboutsummaryrefslogtreecommitdiff
path: root/java/CurlWrite.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/CurlWrite.java')
-rw-r--r--java/CurlWrite.java9
1 files changed, 0 insertions, 9 deletions
diff --git a/java/CurlWrite.java b/java/CurlWrite.java
deleted file mode 100644
index 37c8484c0..000000000
--- a/java/CurlWrite.java
+++ /dev/null
@@ -1,9 +0,0 @@
-public interface CurlWrite
-{
- /**
- * handleString gets called by libcurl on each chunk of data
- * we receive from the remote server
- */
- public int handleString(byte s[]);
-}
-