History log of /libcore/luni/src/main/java/java/nio/ByteBufferAsCharBuffer.java
Revision Date Author Comments
2589e301d1fb85960045c9ef29682d7e73b1aee7 05-Nov-2013 Narayan Kamath <narayan@google.com> Make effectiveDirectAddress final.

Also add a unit test to make sure elementSizeShift
is set correctly.

Change-Id: Ia6c797001a768fa1c3136d475f2ac0e047b35fb0
40b4f1db4031eff92cb0b31740b6e644b8e4c733 17-May-2013 Elliott Hughes <enh@google.com> Fix CharBuffer.subSequence return type.

Bug: 3484927
Change-Id: I06dae03b0803d1373e268e854e9e0e4b6c59e13a
fe5da19e0e366286cd4d95f7628fe9442b9062c8 27-Mar-2013 Elliott Hughes <enh@google.com> Simplify the nio Buffer implementations, and fix MappedByteBuffer.

* Fix the reported bug caused by delegation in the MappedByteBuffer
implementation.

* Collapse the three classes (ReadOnly*, ReadWrite*, and *) used
to implement most buffer types into one class each.

* Rename HeapByteBuffer to ByteArrayBuffer to match its companions.

* Remove BaseByteBuffer.

* Give the classes used to implement asXBuffer sane names (their
existing names were backwards).

Bug: https://code.google.com/p/android/issues/detail?id=53637
Change-Id: I2a7ff4f1d502564389615384324afadabccb04f9