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
..
2008-07-13 21:54:07 -06:00
2008-07-13 20:34:13 -06:00
2008-03-28 18:08:08 -06:00
2008-07-13 18:56:18 -06:00
2008-07-13 20:33:51 -06:00