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

Commit 6859af17 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Track libcore API update.

Bug: 3484927
Change-Id: I684d724000d09a52c840076fab5985242c77c908
parent 505974eb
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;
  }