corda/classpath/java/net
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
..
InetSocketAddress.java update NIO code to be more compatible with Java 2008-03-25 11:18:17 -06:00
MalformedURLException.java prepend copyright notice and license to all source files; add license.txt and readme.txt 2008-02-19 11:06:52 -07:00
ServerSocket.java update NIO code to be more compatible with Java 2008-03-25 11:18:17 -06:00
SocketAddress.java update NIO code to be more compatible with Java 2008-03-25 11:18:17 -06:00
UnknownServiceException.java prepend copyright notice and license to all source files; add license.txt and readme.txt 2008-02-19 11:06:52 -07:00
URL.java Added a getContentLength() method to URLConnection 2008-07-15 09:36:52 -06:00
URLConnection.java Added a getContentLength() method to URLConnection 2008-07-15 09:36:52 -06:00
URLStreamHandler.java prepend copyright notice and license to all source files; add license.txt and readme.txt 2008-02-19 11:06:52 -07:00