History log of /frameworks/ex/common/java/com/android/common/io/MoreCloseables.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c3d793fa781ad98e4df1c6ddd3a2bdeedafcda12 14-Jul-2011 Hugo Hudson <hugohudson@google.com> Adds the MoreCloseables utility file.

- This has methods for closing objects iff they are not-null, in
exactly the same way as Closeables, but for objects that don't
implement the Closeable interface.
- Specifically at the moment this involves Cursor and
AssetFileDescriptor objects.

Change-Id: I92e8719e6deab7652f940d129594cdee3c8f3061
/frameworks/ex/common/java/com/android/common/io/MoreCloseables.java