|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.vodafone360.people.utils.CloseUtils
public class CloseUtils
Utility class for closing various Java objects without throwing Exceptions
| Constructor Summary | |
|---|---|
CloseUtils()
|
|
| Method Summary | |
|---|---|
static void |
close(java.io.BufferedReader input)
Close BufferedReader, ignoring any Exceptions thrown. |
static void |
close(Cursor input)
Close Cursor, ignoring any Exceptions thrown. |
static void |
flush(java.io.FileOutputStream input)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CloseUtils()
| Method Detail |
|---|
public static void close(java.io.BufferedReader input)
input - BufferedReader to close.public static void close(Cursor input)
input - Cursor to close.public static void flush(java.io.FileOutputStream input)
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
JavaDoc