History log of /openjdk10/jdk/test/java/nio/Buffer/OrderInt.java
Revision Date Author Comments
# 14441:db250cfb765a 16-May-2016 prappo

8150785: (bf) Hoist slice and duplicate methods up to java.nio.Buffer
Reviewed-by: alanb, rriggs, chegar


# 12404:950f14c10fc9 15-Jul-2015 bpb

8065570: (bf spec) ByteBuffer.slice() should make it clear that the initial order is BIG_ENDIAN
Summary: Refine documentation of allocate*(), wrap(), slice(), duplicate(), asReadOnlyBuffer(), and as{Type}Buffer() to explcitly state the byte order of the created buffer.
Reviewed-by: alanb