eu.semaine.util
Class SEMAINEUtils

java.lang.Object
  extended by eu.semaine.util.SEMAINEUtils

public class SEMAINEUtils
extends java.lang.Object


Constructor Summary
SEMAINEUtils()
           
 
Method Summary
static java.lang.String getReaderAsString(java.io.Reader reader)
           
static java.lang.String getStreamAsString(java.io.InputStream inputStream, java.lang.String encoding)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SEMAINEUtils

public SEMAINEUtils()
Method Detail

getStreamAsString

public static java.lang.String getStreamAsString(java.io.InputStream inputStream,
                                                 java.lang.String encoding)
                                          throws java.io.IOException
Throws:
java.io.IOException

getReaderAsString

public static java.lang.String getReaderAsString(java.io.Reader reader)
                                          throws java.io.IOException
Throws:
java.io.IOException