summaryrefslogtreecommitdiffstats
path: root/src/java/com/jogamp/common/nio/Buffers.java
Commit message (Expand)AuthorAgeFilesLines
* NativeBuffer/PointerBuffer API/Impl Change (remove explicit backup array, all...Sven Gothel2011-04-271-12/+14
* refactoring in common.nio public api - removed Int64BufferMichael Bien2011-04-261-15/+2
* Fix commentSven Gothel2011-02-221-2/+2
* - Buffers.slice() should maintain byteorder when sliceing ByteBuffersMichael Bien2011-02-221-31/+9
* Fix: Buffers cstr back to protectedSven Gothel2011-02-131-1/+1
* Fix: Buffers back to non final ; Added missing JogAmp (c)Sven Gothel2011-02-131-1/+2
* - generified com.jogamp.common.nio.Buffers.Michael Bien2011-02-131-37/+46
* - removed CDC impl for com.jogamp.common.nioMichael Bien2011-02-091-73/+50
* Buffers float/double conversion: Add arg for given destination buffer; Add ba...Sven Gothel2010-11-191-7/+86
* added slice utility methods to Buffers + rudimentary test.Michael Bien2010-07-041-10/+48
* Minor additions to nio/Buffers, util/IntIntHashMap and os/NativeLibrarySven Gothel2010-06-051-0/+8
* introduced com.jogamp.common.{nio,os} packages and moved some classes.Michael Bien2010-03-311-0/+707