Class | Description |
---|---|
InflaterInputStream |
Decompresses a DEFLATE data stream (raw format without zlib or gzip headers or footers) into a byte stream.
|
Exception | Description |
---|---|
DataFormatException |
This project provides a correct and reasonably efficient DEFLATE decompressor in pure Java. It is an alternative to other Java libraries that wrap over native C code such as zlib.
Home page with detailed description: https://www.nayuki.io/page/deflate-library-java
Copyright © 2016 Project Nayuki. (MIT License)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
Not an Application Programming Interface (API).