Timofey Solomko
|
f343919366
|
All classes are now longer final (because it is not needed to prevent subclassing given public access level).
|
2017-05-27 20:37:41 +03:00 |
|
Timofey Solomko
|
d877adf962
|
Updated copyright year.
|
2017-01-05 23:09:53 +03:00 |
|
Timofey Solomko
|
41936b573e
|
Removed lzma print functions.
|
2016-12-30 21:51:26 +03:00 |
|
Timofey Solomko
|
4bb92c00d5
|
A new attempt has been made to make an LZMADecoder initializer which can support both LZMA and LZMA2. Also lzma Constants are no longer a substruct.
|
2016-12-23 20:09:46 +03:00 |
|
Timofey Solomko
|
60008cc5c8
|
Moved initial values for properties of lzma classes to their declarations (where possible).
|
2016-12-23 19:16:28 +03:00 |
|
Timofey Solomko
|
5b942c31b7
|
pointerData is now stored as an instance property in all LZMA classes.
|
2016-12-23 19:09:50 +03:00 |
|
Timofey Solomko
|
53a80f8a79
|
Splitted code from LZMA into several files and added new class LZMADecoder.
|
2016-12-23 17:43:40 +03:00 |
|