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

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

Merge "Track libcore API update."

parents 505974eb 6859af17
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -41329,7 +41329,9 @@ package java.util.zip {
  public class GZIPOutputStream extends java.util.zip.DeflaterOutputStream {
    ctor public GZIPOutputStream(java.io.OutputStream) throws java.io.IOException;
    ctor public GZIPOutputStream(java.io.OutputStream, boolean) throws java.io.IOException;
    ctor public GZIPOutputStream(java.io.OutputStream, int) throws java.io.IOException;
    ctor public GZIPOutputStream(java.io.OutputStream, int, boolean) throws java.io.IOException;
    field protected java.util.zip.CRC32 crc;
  }