com.diasparsoftware.java.io
Class ReaderUtil

java.lang.Object
  extended bycom.diasparsoftware.java.io.ReaderUtil

public class ReaderUtil
extends java.lang.Object


Constructor Summary
ReaderUtil()
           
 
Method Summary
static java.lang.String getContentAsString(java.io.Reader reader)
          Obtain a string representation of the content that a reader reads.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReaderUtil

public ReaderUtil()
Method Detail

getContentAsString

public static java.lang.String getContentAsString(java.io.Reader reader)
                                           throws java.io.IOException
Obtain a string representation of the content that a reader reads.

Parameters:
reader -
Returns:
Throws:
java.io.IOException - Thrown if an underlying read operation fails.


Copyright © 2003-2004 Diaspar Software Services, Inc.. All Rights Reserved.