Added native #_java_util_zip_ZipFile_startsWithLOC:_:_: development
authorJan Vrany <jan.vrany@fit.cvut.cz>
Sat, 27 Jul 2013 19:12:25 +0100
branchdevelopment
changeset 2640 6c1fe640b736
parent 2632 985f69b764ef
child 2641 79395ea8b58f
Added native #_java_util_zip_ZipFile_startsWithLOC:_:_: Blidnly returning 0 here. Not sure what is should return.
JavaNativeMethodImpl_OpenJDK6.st
--- a/JavaNativeMethodImpl_OpenJDK6.st	Thu Jun 13 09:11:48 2013 +0100
+++ b/JavaNativeMethodImpl_OpenJDK6.st	Sat Jul 27 19:12:25 2013 +0100
@@ -13690,6 +13690,16 @@
 
     "Created: / 30-04-2011 / 22:15:06 / Jan Vrany <jan.vrany@fit.cvut.cz>"
     "Modified: / 01-05-2011 / 16:22:03 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+!
+
+_java_util_zip_ZipFile_startsWithLOC: this _: a1 _: a2 
+
+    <javanative: 'java/util/zip/ZipFile' name: 'startsWithLOC(J)Z'>
+
+    "Hmm, what to return here?"
+    ^ 0"false"
+
+    "Modified: / 27-07-2013 / 19:09:07 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
 !JavaNativeMethodImpl_OpenJDK6 class methodsFor:'native - org.apache.tomcat.jni'!