org.apache.cactus.util
class IoUtil

java.lang.Object
  |
  +--org.apache.cactus.util.IoUtil
Known Advisors:
LogAspect

public class IoUtil
extends java.lang.Object

Various utility methods for manipulating IO streams.

Version:
$Id: IoUtil.java,v 1.1 2002/04/21 12:45:44 vmassol Exp $
Author:
Vincent Massol

Constructor Summary
IoUtil()
           
 
Method Summary
static String getText(InputStream theStream)
           Affected by: LogAspect
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IoUtil

public IoUtil()
Method Detail

getText

public static String getText(InputStream theStream)
                      throws java.io.IOException
Affected by:
around() in LogAspect.


Copyright © 2000-2002 Apache Software Foundation. All Rights Reserved.