Update README.md

This commit is contained in:
Taro L. Saito 2017-01-24 11:09:29 -08:00 committed by GitHub
parent def87d8101
commit ecf1352e99
1 changed files with 2 additions and 1 deletions

View File

@ -89,7 +89,8 @@ Stream-based compressor/decompressor `SnappyOutputStream`/`SnappyInputStream` ar
| `SnappyOutputStream` | x | ok | x |
| `SnappyFramedOutputStream` | x | x | ok |
### BitShuffle API
### BitShuffle API (Since 1.1.3-M1)
BitShuffle is an algorithm that reorders data bits (shuffle) for efficient compression (e.g., a sequence of integers, float values, etc.). To use BitShuffle routines, import `org.xerial.snapy.BitShuffle`:
```java