PorkStudios / PorkLib

Fast, lightweight libraries for Java. Note: this is very much a work-in-progress, documentation is spotty and the API is changing constantly!
https://daporkchop.net
Other
31 stars 5 forks source link

Compression streams #46

Closed DaMatrix closed 4 years ago

DaMatrix commented 4 years ago

Add DataIn and DataOut implementations for compression algorithms.

Also rework DataIn and DataOut a bit more after they were totally redone in #45.

DaMatrix commented 4 years ago

I ended up totally redoing the entire compression api, as well as both zlib and zstd implementations.

Also, natives loading is a lot better.