summaryrefslogtreecommitdiffstats
path: root/src/java/com/jogamp/common/nio/MappedByteBufferInputStream.java
Commit message (Expand)AuthorAgeFilesLines
* MappedByteBufferInputStream: Default CacheMode is FLUSH_PRE_HARD now (was FLU...Sven Gothel2014-10-031-7/+7
* MappedByteBuffer*Stream:Sven Gothel2014-10-031-60/+221
* Bug 1080 - Refine MappedByteBuffer*Stream impl. and API [doc], adding stream ...Sven Gothel2014-09-291-58/+144
* Bug 1080 - Add write support for memory mapped big file I/O via specialized O...Sven Gothel2014-09-261-89/+306
* Bug 1080 - Fix TestByteBufferInputStream: Handle OutOfMemoryError cause in IO...Sven Gothel2014-09-261-0/+7
* Bug 1080 - Add read support for memory mapped big file I/O via specialized In...Sven Gothel2014-09-251-0/+487