public class IoUtil
extends java.lang.Object
Constructor and Description |
---|
IoUtil() |
public static java.lang.String getText(java.io.InputStream theStream) throws java.io.IOException
java.io.IOException
getText(InputStream, String)
public static java.lang.String getText(java.io.InputStream theStream, java.lang.String theCharsetName) throws java.io.IOException
String
object.theStream
- the input stream from which to read the datatheCharsetName
- the charset name with which to read the datajava.io.IOException
- if an error occurs during the read of dataCopyright © 2000-2004 Apache Software Foundation. All Rights Reserved.