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

Commit e3b94f05 authored by Elliott Hughes's avatar Elliott Hughes Committed by Gerrit Code Review
Browse files

Merge "Track libcore API change."

parents fca0f92e 97c538d5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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();