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

Commit c7eef3e4 authored by Tobias Thierer's avatar Tobias Thierer Committed by android-build-merger
Browse files

Merge "Track change of some java.nio.Buffer methods to nonfinal." am: 38a641d2 am: 5fdb4eb6

am: 5cb69db8

Change-Id: I6e2f82dd543d9d685240a902a782eb2ccda4a19a
parents f0a17d6b 5cb69db8
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -62385,20 +62385,20 @@ package java.nio {
    method public abstract Object array();
    method public abstract int arrayOffset();
    method public final int capacity();
    method public final java.nio.Buffer clear();
    method public final java.nio.Buffer flip();
    method public java.nio.Buffer clear();
    method public java.nio.Buffer flip();
    method public abstract boolean hasArray();
    method public final boolean hasRemaining();
    method public abstract boolean isDirect();
    method public abstract boolean isReadOnly();
    method public final int limit();
    method public final java.nio.Buffer limit(int);
    method public final java.nio.Buffer mark();
    method public java.nio.Buffer limit(int);
    method public java.nio.Buffer mark();
    method public final int position();
    method public final java.nio.Buffer position(int);
    method public java.nio.Buffer position(int);
    method public final int remaining();
    method public final java.nio.Buffer reset();
    method public final java.nio.Buffer rewind();
    method public java.nio.Buffer reset();
    method public java.nio.Buffer rewind();
  }
  public class BufferOverflowException extends java.lang.RuntimeException {