1
0
Fork 0
mirror of https://bitbucket.org/akapribot/owm-japis.git synced 2025-04-25 07:17:11 -07:00

2.5.0.2 is ready! There is always room for corrections. :-)

This commit is contained in:
Ashutosh Kumar Singh 2014-07-03 01:08:06 +05:30
parent 135ff2bf74
commit c295549579
106 changed files with 2060 additions and 7535 deletions

View file

@ -2,16 +2,16 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_17) on Sat Aug 10 23:46:35 IST 2013 -->
<!-- Generated by javadoc (version 1.7.0_51) on Thu Jul 03 01:05:55 IST 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Tools.Downloader (OpenWeatherMap.org JAPIs)</title>
<meta name="date" content="2013-08-10">
<title>Tools.Downloader (OWM JAPIs Docs)</title>
<meta name="date" content="2014-07-03">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Tools.Downloader (OpenWeatherMap.org JAPIs)";
parent.document.title="Tools.Downloader (OWM JAPIs Docs)";
}
//-->
</script>
@ -37,7 +37,7 @@
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../net/aksingh/java/api/owm/Tools.Convertor.html" title="class in net.aksingh.java.api.owm"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../../net/aksingh/java/api/owm/Tools.HTML.html" title="class in net.aksingh.java.api.owm"><span class="strong">Next Class</span></a></li>
<li>Next Class</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?net/aksingh/java/api/owm/Tools.Downloader.html" target="_top">Frames</a></li>
@ -102,7 +102,8 @@
<br>
<pre>public static class <span class="strong">Tools.Downloader</span>
extends java.lang.Object</pre>
<div class="block">Provides methods to download data or files from the Internet.</div>
<div class="block">Provides methods to download data or files from the Internet.
<p></div>
<dl><dt><span class="strong">Since:</span></dt>
<dd>2.5.0.1</dd>
<dt><span class="strong">Version:</span></dt>
@ -198,18 +199,24 @@ extends java.lang.Object</pre>
<pre>public static&nbsp;java.lang.String&nbsp;downloadPage(java.lang.String&nbsp;pageAddress)
throws java.net.MalformedURLException,
java.io.IOException</pre>
<div class="block">Downloads a page/content from the Internet.
This method gets the content of the web page, whose URL is given by
the <code>pageAddress</code>.
<p>NOTE: <code>pageAddress</code> should be a correct URL, else
this method will throw <code>MalformedURLException</code>.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>pageAddress</code> - Address of the web page to get from the Internet.</dd>
<dt><span class="strong">Returns:</span></dt><dd>Content of the web page</dd>
<div class="block">Downloads a page/content from the Internet. This method gets the
content of the web page, whose URL is given by the
<code>pageAddress</code>.
<p>
<p>
NOTE: <code>pageAddress</code> should be a correct URL, else this
method will throw <code>MalformedURLException</code>.
<p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>pageAddress</code> - Address of the web page to get from the Internet.
<p></dd>
<dt><span class="strong">Returns:</span></dt><dd>Content of the web page
<p></dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.net.MalformedURLException</code> - Address of the web page is not correct.</dd>
<dd><code>java.io.IOException</code> - Error while loading the page from the Internet or connection
got disconnected.</dd></dl>
<dd><code>java.net.MalformedURLException</code> - Address of the web page is not correct.
<p></dd>
<dd><code>java.io.IOException</code> - Error while loading the page from the
Internet or connection got
disconnected.</dd></dl>
</li>
</ul>
</li>
@ -238,7 +245,7 @@ extends java.lang.Object</pre>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../net/aksingh/java/api/owm/Tools.Convertor.html" title="class in net.aksingh.java.api.owm"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../../net/aksingh/java/api/owm/Tools.HTML.html" title="class in net.aksingh.java.api.owm"><span class="strong">Next Class</span></a></li>
<li>Next Class</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?net/aksingh/java/api/owm/Tools.Downloader.html" target="_top">Frames</a></li>