|
IcedTea-Web NetX |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.jnlp.util.StreamUtils
public class StreamUtils
Constructor Summary | |
---|---|
StreamUtils()
|
Method Summary | |
---|---|
static void |
closeSilently(java.io.Closeable stream)
Closes a stream, without throwing IOException. |
static java.lang.String |
readStreamAsString(java.io.InputStream stream)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StreamUtils()
Method Detail |
---|
public static void closeSilently(java.io.Closeable stream)
stream
- the stream that will be closedpublic static java.lang.String readStreamAsString(java.io.InputStream stream) throws java.io.IOException
java.io.IOException
|
IcedTea-Web NetX |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |