|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | POINTCUT | FIELD | CONSTRUCTOR | METHOD | DETAIL: FIELD | POINTCUT | CONSTRUCTOR | METHOD |
java.lang.Object | +--org.apache.cactus.util.IoUtil
Various utility methods for manipulating IO streams.
Constructor Summary | |
IoUtil()
Various utility methods for manipulating IO streams. |
Method Summary | |
static String |
getText(InputStream theStream)
Read all data in an Inpout stream and return them as a String object.
Affected by: LogAspect |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public IoUtil()
Method Detail |
public static String getText(InputStream theStream) throws java.io.IOException
String
object.
theStream
- the input stream from which to read the data
IOException
- IOException if an error occurs during the read of data
around() in LogAspect
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTRUCTOR | METHOD | DETAIL: FIELD | CONSTRUCTOR | METHOD |