Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.hivemind.util
Class IOUtils  view IOUtils download IOUtils.java

java.lang.Object
  extended byorg.apache.hivemind.util.IOUtils

public class IOUtils
extends java.lang.Object

Tiny utilities used with InputStream and friends.

Since:
1.1

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.