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

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

am c63c0682: am e3b94f05: Merge "Track libcore API change."

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