All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.openly.util.ConvenientReader

com.openly.util.ConvenientReader

public class ConvenientReader
extends java.lang.Object
Convenience Class for reading files to Strings


Constructor Index

 o ConvenientReader()

Method Index

 o getString(InputStream)
 o getString(InputStream, boolean)
 o getString(String)
 o getString(String, boolean)
 o main(String[])

Constructors

 o ConvenientReader
 public ConvenientReader()

Methods

 o getString
 public static java.lang.String getString(java.io.InputStream in,                                          boolean isLocal) throws java.io.IOException
 o getString
 public static java.lang.String getString(java.lang.String urlString,                                          boolean isLocal) throws java.io.IOException
 o getString
 public static java.lang.String getString(java.io.InputStream in) throws java.io.IOException
 o getString
 public static java.lang.String getString(java.lang.String urlString) throws java.io.IOException, java.net.MalformedURLException
 o main
 public static void main(java.lang.String args[])

All Packages  Class Hierarchy  This Package  Previous  Next  Index