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

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

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

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