26 Commits

Author SHA1 Message Date
Taro L. Saito
62fe335057 Fix javdoc 2015-05-12 09:57:35 +09:00
Taro L. Saito
1c702ba366 #103: Support reading concatenated streams in SnappyInputStream 2015-05-12 01:43:23 +09:00
Taro L. Saito
f0d7f62881 #89: Add SnappyIOException to distinguish empty input, incompatible format version, etc. 2014-10-23 12:42:12 +09:00
Taro L. Saito
164e51da2e #89: Fixes SnappyInputStream not to throw an IOException when the input is empty 2014-10-23 12:12:39 +09:00
Taro L. Saito
04140959b0 Fixes issue 37
Using a correcto class descriptor. This change will be available in next release.
2012-01-19 12:53:47 +09:00
Taro L. Saito
72383d990c Fixes issue 34 Implement available() method 2011-10-25 10:39:27 +09:00
Taro L. Saito
6189b561fa Fixes issue 33
Applied the patch fixing a bug when reading incomplete stream.
2011-10-05 10:25:51 +09:00
Taro L. Saito
ebf661dc74 Fix javadoc 2011-09-22 15:37:18 +09:00
Taro L. Saito
2906673651 Fix javadoc comments 2011-08-23 18:13:19 +09:00
Taro L. Saito
c73d2e104b Fixes issue 24 2011-08-02 17:07:24 +09:00
Taro L. Saito
1c46977e67 Add a target for generationg SnappyNativeLoader bytecode 2011-07-06 10:46:47 +09:00
Taro L. Saito
c675bf4280 Fixes issue 23 2011-07-04 09:26:30 +09:00
Taro L. Saito
da64065e18 Add close method to clean up work space 2011-06-30 14:10:32 +09:00
Taro L. Saito
4281128209 Add rawWrite and rawRead API to the SnappyOutputStream and SnappyInputStream to support primitive array compression/decompression 2011-06-30 13:12:42 +09:00
Taro L. Saito
dc0e8a3150 Add a trick to delegate native library loading to the parent class loader 2011-06-23 22:09:09 +09:00
Taro L. Saito
f027c52899 Applied a patch from Alec Wysocker to postpone the buffer allocation in SnappyInputStream 2011-06-20 09:42:46 +09:00
Taro L. Saito
578883f1a8 Fixes issue 17. Applied 0xFF mask when returning int representation of byte data. 2011-06-07 08:43:29 +09:00
Taro L. Saito
6771e58b46 Fixes issue 13 2011-05-24 15:54:53 +09:00
Taro L. Saito
20f265ba90 Use the Java 1.5 compatible constructor in IOException 2011-04-04 10:17:14 +09:00
Taro L. Saito
e77174e041 Fixes issue 9. The cause of slow-performance in streaming mode was default buffer size 8MB. When I changed it from 8MB to 8KB, the decompression (stream) performance was improved. 2011-04-03 17:54:52 +09:00
Taro L. Saito
b694432815 add calgary test data set 2011-04-03 17:51:00 +09:00
Taro L. Saito
0a4ee3c6fb working on issue 9 2011-04-03 17:05:33 +09:00
Taro L. Saito
a31f53b24c Fixes issue 8 2011-04-03 16:10:42 +09:00
Taro L. Saito
12069f4624 Add SnappyInputStream test 2011-03-31 22:52:44 +09:00
Taro L. Saito
91a087f449 Add SnappyInputStream 2011-03-31 22:49:27 +09:00
Taro L. Saito
0fcb9f8b9a Add preamble to Snappy stream 2011-03-31 21:47:47 +09:00