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

Commit 97c538d5 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Track libcore API change.

Bug: 3484927
Change-Id: If49d0389e4ecb826052e168e070b673894d91318
parent fca0f92e
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();