lzma-java
lzma-java copied to clipboard
[NOT MAINTAINED ANYMORE] LZMA library for Java
Hi The following source files are without license headers: ./src/main/java/lzma/sdk/rangecoder/BitTreeDecoder.java ./src/main/java/lzma/sdk/rangecoder/BitTreeEncoder.java ./src/main/java/lzma/sdk/rangecoder/Decoder.java ./src/main/java/lzma/sdk/rangecoder/Encoder.java ./src/test/java/lzma/streams/DecodingTest.java Please, confirm the licensing of code and/or content/s, and add license headers. https://fedoraproject.org/wiki/Packaging:LicensingGuidelines?rd=Packaging/LicensingGuidelines#License_Clarification Thanks in advance...
"lzma.streams contains the **LzmaInputStream** and **LzmaInputStream** classes."
I have created LZMA archive using [LZMA command-line utility](http://packages.debian.org/source/unstable/lzma) form Debian. When **some** such LZMA files (one of them I've posted to [RapidShare](https://rapidshare.com/files/1809788445/EP05744759.txt.lzma)) the following exception occurs: ``` java.io.IOException: Pipe...
It looks like each stream(?) has it's own thread. But they all have names like Thread-#. Which makes them hard to identify as being part of lzma-java.
When trying to performance test compression part, Hprof dump lists huge number of threads; it looks as if threads were leaked somehow. Since I am closing LzmaOutputStream there seems to...