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

Commit 5fdb4eb6 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

Change-Id: I64062e2c6aafeeb0757ed8ad97666601e93e9735
parents 1f90d943 38a641d2
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -59858,20 +59858,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 {