< prev index next >

test/java/nio/Buffer/OrderChar.java

Print this page

        

*** 50,59 **** ckCharBuffer(buf, nord); buf = CharBuffer.allocate(LENGTH); ck(buf.order(), nord); ckCharBuffer(buf, nord); - - ckCharBuffer(ByteBuffer.allocate(LENGTH).asCharBuffer(), be); - ckCharBuffer(ByteBuffer.allocateDirect(LENGTH).asCharBuffer(), be); } } --- 50,56 ----
< prev index next >