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

Commit 03116780 authored by Jesse Wilson's avatar Jesse Wilson Committed by Android (Google) Code Review
Browse files

Merge "Restore the 'final' bit on DataInputStream.read()"

parents 0ef92056 a92e5a8a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -27557,6 +27557,7 @@ package java.io {
  public class DataInputStream extends java.io.FilterInputStream implements java.io.DataInput {
    ctor public DataInputStream(java.io.InputStream);
    method public final int read(byte[]) throws java.io.IOException;
    method public final int read(byte[], int, int) throws java.io.IOException;
    method public final boolean readBoolean() throws java.io.IOException;
    method public final byte readByte() throws java.io.IOException;