com.lmsal.solarb
Class IOUtil

java.lang.Object
  extended by com.lmsal.solarb.IOUtil

public class IOUtil
extends java.lang.Object


Constructor Summary
IOUtil()
           
 
Method Summary
static java.lang.String[] readDirectory(java.lang.String dirStr)
           
static java.lang.String readUrl(java.lang.String urlStr)
           
static java.lang.String readUrl(java.lang.String urlStr, boolean truncateNewlines)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IOUtil

public IOUtil()
Method Detail

readUrl

public static java.lang.String readUrl(java.lang.String urlStr,
                                       boolean truncateNewlines)
                                throws java.lang.Exception
Throws:
java.lang.Exception

readUrl

public static java.lang.String readUrl(java.lang.String urlStr)
                                throws java.lang.Exception
Throws:
java.lang.Exception

readDirectory

public static java.lang.String[] readDirectory(java.lang.String dirStr)
                                        throws java.lang.Exception
Throws:
java.lang.Exception