summaryrefslogtreecommitdiffstats
path: root/src/junit/com/jogamp/common/nio/TestByteBufferInputStream.java
Commit message (Expand)AuthorAgeFilesLines
* TestByteBuffer*Stream: Reduce mmap load on poor OSX mini test machine to redu...Sven Gothel2015-03-061-6/+26
* SingletonTestCase -> SingletonJunitCase: Accomodate ClassLoader lifecycle of ...Sven Gothel2014-10-031-2/+2
* SingletonTestCase: Move singleton test impl. from JOGL's UITestCase, inherit ...Sven Gothel2014-10-031-2/+2
* TestByteBufferInputStream: Reduce FLUSH_SOFT loadSven Gothel2014-10-031-6/+6
* TestByteBufferCopyStream, TestByteBufferInputStream: Reduce load and test timeSven Gothel2014-10-031-13/+5
* Bug 1080 - Refine MappedByteBuffer*Stream impl. and API [doc], adding stream ...Sven Gothel2014-09-291-11/+11
* Bug 1080 - Add write support for memory mapped big file I/O via specialized O...Sven Gothel2014-09-261-1/+1
* Bug 1080 - Fix TestByteBufferInputStream: Handle OutOfMemoryError cause in IO...Sven Gothel2014-09-261-26/+43
* Bug 1080 - Add read support for memory mapped big file I/O via specialized In...Sven Gothel2014-09-251-0/+334