summaryrefslogtreecommitdiffstats
path: root/common/java/com/android/common/io
Commit message (Collapse)AuthorAgeFilesLines
* Adds the MoreCloseables utility file.Hugo Hudson2011-07-141-0/+46
- 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