summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2013-06-29 01:08:24 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2013-06-29 01:08:25 +0000
commite3b94f05b8be2b6305cbee77c23b7f7599bfcff7 (patch)
treea8a9954b93badcf03334b98d50384083382c5352
parentfca0f92e0a9c121dcf28fa783e884f1fb4993374 (diff)
parent97c538d5f3e5a3b8f1962a51cc758dd561189cc8 (diff)
downloadbase-e3b94f05b8be2b6305cbee77c23b7f7599bfcff7.tar.gz
Merge "Track libcore API change."
-rw-r--r--api/current.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt
index 54edf6475cab..51a8de925e33 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -41424,6 +41424,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();