summaryrefslogtreecommitdiffstats
path: root/src/java/com/jogamp/common/nio/MappedByteBufferInputStream.java
Commit message (Expand)AuthorAgeFilesLines
* MappedByteBufferInputStream: Reduce dependency to PlatformSven Gothel2023-01-231-5/+5
* MappedByteBufferInputStream: Add flushSlices() to release mapped slices to sa...Sven Gothel2018-01-151-8/+31
* Factor out Cleaner access for general use (Cleaning up NIO DirectBuffer)Sven Gothel2017-02-221-55/+4
* 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