lz4 / lz4-java

LZ4 compression for Java
Apache License 2.0
1.09k stars 248 forks source link

Cannot uncompress using the nodejs client "node-lz4" #184

Open nengc opened 2 years ago

nengc commented 2 years ago

After saving compressed data into PG using Java, I cannot uncompress the data using nodejs client.

image

image