|
|||||||||
| Home >> All >> org >> apache >> hivemind >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.hivemind.util
Class IOUtils

java.lang.Objectorg.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.
|
|||||||||
| Home >> All >> org >> apache >> hivemind >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.apache.hivemind.util.IOUtils