From 00a9ee70054872712017b5a14b19aa92068c8420 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Mon, 29 Sep 2014 03:57:30 +0200 Subject: Bug 1080 - Refine MappedByteBuffer*Stream impl. and API [doc], adding stream to stream copy as well as direct memory mapped ByteBuffer access --- src/junit/com/jogamp/common/nio/TestByteBufferOutputStream.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/junit/com/jogamp/common/nio/TestByteBufferOutputStream.java') diff --git a/src/junit/com/jogamp/common/nio/TestByteBufferOutputStream.java b/src/junit/com/jogamp/common/nio/TestByteBufferOutputStream.java index 10d7f50..c06dbe8 100644 --- a/src/junit/com/jogamp/common/nio/TestByteBufferOutputStream.java +++ b/src/junit/com/jogamp/common/nio/TestByteBufferOutputStream.java @@ -47,9 +47,9 @@ import org.junit.runners.MethodSorters; public class TestByteBufferOutputStream extends JunitTracer { static void testImpl(final String fname, - final byte[] payLoad, final long payLoadOffset, final long postPayLoadFiller, - final byte[] endBytes, - final int sliceShift) + final byte[] payLoad, final long payLoadOffset, final long postPayLoadFiller, + final byte[] endBytes, + final int sliceShift) throws IOException { final File file = new File(fname); -- cgit v1.2.3