gov.nasa.pds.tools.util
Class Utility
java.lang.Object
gov.nasa.pds.tools.util.Utility
public class Utility
- extends Object
Utility class.
- Author:
- mcayanan
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Utility
public Utility()
openConnection
public static InputStream openConnection(URLConnection conn)
throws IOException
- Method that opens a connection. Supports redirects.
- Parameters:
conn
- URL Connection
- Returns:
- input stream.
- Throws:
IOException
- If an error occurred while opening
the stream.
Copyright © 2010–2014 Planetary Data System. All rights reserved.