URLConnection - the code?

Dear Friends,I want to create a new URLConnection class basing on the old one - but without the buffer at the beginning.Where can I get the source-code of the class from?With best regards!MfGInno
[237 byte] By [Innocentusa] at [2007-11-27 8:03:52]
# 1

It's included with the jdk. Under your java directory, such as "C:\Program Files\Java\jdk1.5.0\", there's a src.zip file that contains the source. If you just want to extend the class, you don't need the source, just extend it like you would any other class.

Message was edited by:

hunter9000

hunter9000a at 2007-7-12 19:46:03 > top of Java-index,Java Essentials,Java Programming...