On Tue, Apr 12, 2011 at 6:47 PM, Stephen Colebourne wrote:
> Basic work with URL and URI is [io]
> Stephen
>
>
Ahh... home sweet home.
It is in SVN for [io] in IOUtils with similar methods.
Gary
On 12 April 2011 20:04, Gary Gregory wrote:
> > Hi All:
> >
> > I am looking for a home for the code
Basic work with URL and URI is [io]
Stephen
On 12 April 2011 20:04, Gary Gregory wrote:
> Hi All:
>
> I am looking for a home for the code below. It seems to fit nicely in [io]
> IOUtils because it reuses IOUtils. Because it is about URLs and URI it feels
> like it should be in [net] perhaps.
>
>
On 12 April 2011 20:04, Gary Gregory wrote:
> Hi All:
>
> I am looking for a home for the code below. It seems to fit nicely in [io]
> IOUtils because it reuses IOUtils. Because it is about URLs and URI it feels
> like it should be in [net] perhaps.
IMO Net is more about protocols, rather than ut
Definitely something I found myself needing in 2003:
https://code.google.com/p/osjava/source/browse/trunk/genjava/gj-core/src/java/com/generationjava/net/UrlW.java
Hen
On Tue, Apr 12, 2011 at 12:04 PM, Gary Gregory wrote:
> Hi All:
>
> I am looking for a home for the code below. It seems to fit
Hi All:
I am looking for a home for the code below. It seems to fit nicely in [io]
IOUtils because it reuses IOUtils. Because it is about URLs and URI it feels
like it should be in [net] perhaps.
Thoughts?
import java.io.IOException;
import java.io.InputStream;
import java.net.URL;
import org.a