Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c63c0682 authored by Elliott Hughes's avatar Elliott Hughes Committed by Android Git Automerger
Browse files

am e3b94f05: Merge "Track libcore API change."

* commit 'e3b94f05':
  Track libcore API change.
parents a920f25f e3b94f05
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -42529,6 +42529,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();