|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.jpkgmk.util.StreamUtil
public class StreamUtil
Constructor Summary | |
---|---|
StreamUtil()
|
Method Summary | |
---|---|
static void |
tryCloseStream(java.io.InputStream closeable)
|
static void |
tryCloseStream(java.io.OutputStream closeable)
|
static void |
tryCloseStream(java.io.Reader closeable)
|
static void |
tryCloseStream(java.io.Writer closeable)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StreamUtil()
Method Detail |
---|
public static void tryCloseStream(java.io.Writer closeable)
public static void tryCloseStream(java.io.Reader closeable)
public static void tryCloseStream(java.io.InputStream closeable)
public static void tryCloseStream(java.io.OutputStream closeable)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |