diff options
author | Elliott Hughes <enh@google.com> | 2013-06-28 18:13:29 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-06-28 18:13:29 -0700 |
commit | 1a6fe26d1bd5bcfbd44ed9e6d2cf52c027b764a2 (patch) | |
tree | 24686d9f2012a4c57b304f9a5fc2b9c5962ec623 /api | |
parent | b8292830f79fc76ffb9a1be5cd316212ac494d03 (diff) | |
parent | c63c068228267b41fb106e22a6914ab19da9e5bc (diff) | |
download | frameworks_base-1a6fe26d1bd5bcfbd44ed9e6d2cf52c027b764a2.zip frameworks_base-1a6fe26d1bd5bcfbd44ed9e6d2cf52c027b764a2.tar.gz frameworks_base-1a6fe26d1bd5bcfbd44ed9e6d2cf52c027b764a2.tar.bz2 |
am c63c0682: am e3b94f05: Merge "Track libcore API change."
* commit 'c63c068228267b41fb106e22a6914ab19da9e5bc':
Track libcore API change.
Diffstat (limited to 'api')
-rw-r--r-- | api/current.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt index a9d4359..8a120c6 100644 --- a/api/current.txt +++ b/api/current.txt @@ -42531,6 +42531,7 @@ package java.util.zip { ctor public ZipFile(java.io.File, int) throws java.io.IOException; method public void close() throws java.io.IOException; method public java.util.Enumeration<? extends java.util.zip.ZipEntry> entries(); + method public java.lang.String getComment(); method public java.util.zip.ZipEntry getEntry(java.lang.String); method public java.io.InputStream getInputStream(java.util.zip.ZipEntry) throws java.io.IOException; method public java.lang.String getName(); |