org.apache.hivemind.util
Class IOUtils

java.lang.Object
  extended by org.apache.hivemind.util.IOUtils

public class IOUtils
extends java.lang.Object

Tiny utilities used with InputStream and friends.

Since:
1.1
Author:
Howard M. Lewis Ship

Constructor Summary
IOUtils()
           
 
Method Summary
static void close(java.io.InputStream stream)
          Closes the input stream, if not null.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IOUtils

public IOUtils()
Method Detail

close

public static void close(java.io.InputStream stream)
Closes the input stream, if not null. Eats any IOException.