aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/com/jogamp/common/util/Bitstream.java
Commit message (Expand)AuthorAgeFilesLines
* Bug 1366 - Use String.format((Locale)null, "..." ..) avoiding Locale output f...Sven Gothel2019-03-301-2/+3
* Bug 1106 - Bitstream: Simplify 'msbFirst' case for bulk operations / Add sett...Sven Gothel2014-12-031-223/+332
* gluegen: remove unused imports, unneeded semicolons, add missing @Override an...Harvey Harrison2014-07-071-0/+1
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-031-1/+1
* gluegen: avoid bugs with sign-extension in readUInt16Harvey Harrison2014-04-111-2/+3
* Bitstream: Add 'throwIOExceptionOnEOF' mode; fix certain EOS situations (flus...Sven Gothel2014-02-211-9/+85
* Bug 980: Refine Bitstream API 'signed' and 'unsigned' semantics - readUInt32(...Sven Gothel2014-02-211-39/+43
* Bitstream: Another CamelCase fix: uint32LongtoInt -> uint32LongToIntSven Gothel2014-02-211-2/+2
* Bitstream: Refine c70c730b22c847668cf475dc6f841b85297ac3ab: 'toUint32Long' ->...Sven Gothel2014-02-211-10/+18
* Bitstream: Add static 'long toUint32Long(int)' and 'int toUint32Int(int)' con...Sven Gothel2014-02-211-10/+32
* Bug 890: Adding versatile Bitstream implementationSven Gothel2014-02-201-0/+1341