aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/com/healthmarketscience/jackcess/ByteUtil.java
Commit message (Expand)AuthorAgeFilesLines
* merge branch jackcess-2 changes through r759James Ahlborn2013-07-301-735/+0
* add attachment encoding supportJames Ahlborn2013-06-041-1/+10
* add some more useful byte operationsJames Ahlborn2012-03-141-0/+42
* Add support for reading/writing complex column data (version history, attachm...James Ahlborn2011-10-261-2/+2
* add convenience method for debuggingJames Ahlborn2011-04-061-0/+12
* minor refactorJames Ahlborn2010-10-271-2/+21
* add (initial) read-only support for Access 97 (jet format 3) databases (#3003...James Ahlborn2010-07-231-0/+35
* tweak byte formatting logicJames Ahlborn2010-05-261-6/+14
* merge branch newformats changes through r453James Ahlborn2010-03-261-0/+17
* use custom byte streamJames Ahlborn2010-01-171-0/+120
* initial update row supportJames Ahlborn2009-11-161-1/+25
* initial support for guid indexes and guid autonumbersJames Ahlborn2009-10-271-1/+30
* minor javadoc fixesJames Ahlborn2008-04-221-1/+1
* add ByteUtil.getUnsignedShortJames Ahlborn2008-03-311-4/+33
* formalize code for reading unsigned bytesJames Ahlborn2008-03-091-5/+48
* More fixes for index parsing. Believe index names are now correctlyJames Ahlborn2008-03-061-4/+33
* cleanup variety of compiler warningsJames Ahlborn2008-03-031-2/+2
* rework inline usage map handling to handle out-of-range cases better and with...James Ahlborn2007-07-101-0/+29
* add support for get/put int of different byteorderJames Ahlborn2006-09-251-0/+49
* fix ordering of byte code comparatorJames Ahlborn2006-09-231-4/+11
* add dump to file utility methodJames Ahlborn2006-09-181-2/+21
* refactor index entries to allow for fixing textual entries (not finished yet)James Ahlborn2006-09-131-3/+25
* clean up reading/writing 3-byte ints; long value length is 3-bytes (fix bug 1...James Ahlborn2006-07-311-13/+53
* add currency supportJames Ahlborn2006-07-251-1/+20
* implement GUID reading using patch from joniles, 1445653; replace StringBuffe...James Ahlborn2006-03-091-12/+32
* This commit was generated by cvs2svn to compensate for changes in r2,Tim McCune2005-04-071-0/+114