corda/classpath
Eric Scharff 13a535d1c6 Added a getContentLength() method to URLConnection
This is particularly important if you want to get the number of bytes of a
resource loaded by the class loader:
  getClass().getResource("myFile").openConnection().getContentLength()
2008-07-15 09:36:52 -06:00
..
java Added a getContentLength() method to URLConnection 2008-07-15 09:36:52 -06:00
java-io.cpp implement File.list and File.mkdirs 2008-07-13 18:14:37 -06:00
java-lang.cpp fix System.currentTimeMillis on Windows 2008-06-17 09:05:57 -06:00
java-nio.cpp various code cleanups, bug fixes, and compatibility fixes in NIO code 2008-03-25 16:17:29 -06:00
java-util-zip.cpp prepend copyright notice and license to all source files; add license.txt and readme.txt 2008-02-19 11:06:52 -07:00
java-util.cpp implement Date.toString, which just defers to ctime for now 2008-06-16 10:08:51 -06:00
jni-util.h implement Date.toString, which just defers to ctime for now (part 2) 2008-06-16 11:45:23 -06:00