net.sf.jpkgmk.util
Class StreamUtil

java.lang.Object
  extended by net.sf.jpkgmk.util.StreamUtil

public class StreamUtil
extends java.lang.Object

Since:
1.0
Version:
$Revision: 2 $ $Date: 2008-08-20 21:14:19 +0200 (Mi, 20 Aug 2008) $
Author:
gommma (gommma AT users.sourceforge.net), Last changed by: $Author: gommma $

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

StreamUtil

public StreamUtil()
Method Detail

tryCloseStream

public static void tryCloseStream(java.io.Writer closeable)

tryCloseStream

public static void tryCloseStream(java.io.Reader closeable)

tryCloseStream

public static void tryCloseStream(java.io.InputStream closeable)

tryCloseStream

public static void tryCloseStream(java.io.OutputStream closeable)


Copyright © 2007-2008. All Rights Reserved.