mirror of
https://github.com/xerial/snappy-java.git
synced 2025-07-27 16:04:16 +02:00
Add SnappyInputStream test
This commit is contained in:
parent
91a087f449
commit
12069f4624
@ -76,6 +76,7 @@ public class SnappyInputStream extends InputStream
|
|||||||
return false;
|
return false;
|
||||||
|
|
||||||
uncompressedCursor = 0;
|
uncompressedCursor = 0;
|
||||||
|
uncompressedLimit = 0;
|
||||||
|
|
||||||
int chunkSizeDataLen = in.read(chunkSizeBuf, 0, 4);
|
int chunkSizeDataLen = in.read(chunkSizeBuf, 0, 4);
|
||||||
if (chunkSizeDataLen < 4) {
|
if (chunkSizeDataLen < 4) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user