Re: [io][net] Looking for a home for some util code.

2011-04-12 Thread Gary Gregory
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

Re: [io][net] Looking for a home for some util code.

2011-04-12 Thread Stephen Colebourne
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. > >

Re: [io][net] Looking for a home for some util code.

2011-04-12 Thread sebb
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

Re: [io][net] Looking for a home for some util code.

2011-04-12 Thread Henri Yandell
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

[io][net] Looking for a home for some util code.

2011-04-12 Thread Gary Gregory
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