LangUtil:
- methods to determine elapsed seconds (e.g. during debugging)
IOUtil:
- included copyInputStreamToFile(.) from Apache Commons IO (2.0)
- downloadUrlToFile(.) now uses Apache Commons IO methods (unfortunately no gain of speed and reliability because internally Apache Commons IO uses nearly the same stream copy!)
|