aboutsummaryrefslogtreecommitdiff
path: root/java/CurlWrite.java
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-10-01 07:46:45 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-10-01 07:46:45 +0000
commit2a07626aa8dcf601eb575cac4c8817fa0e8e245e (patch)
tree997369d285ee134226b75c47e211296bb92e332b /java/CurlWrite.java
parent91275548528859f882c87c2131d3c96a0abd5938 (diff)
moved to the java module
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[]);
-}
-