mirror of
https://github.com/tsolomko/SWCompression.git
synced 2026-06-23 14:56:41 +00:00
[LZMA] Add LZMAProperties property to LZMADecoder
This commit is contained in:
@@ -17,6 +17,8 @@ final class LZMADecoder {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
var properties: LZMAProperties
|
||||
|
||||
var uncompressedSize = -1
|
||||
|
||||
@@ -68,6 +70,7 @@ final class LZMADecoder {
|
||||
|
||||
init(_ byteReader: ByteReader) {
|
||||
self.byteReader = byteReader
|
||||
self.properties = LZMAProperties(lc: 0, lp: 0, pb: 0, dictionarySize: 0)
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user