mirror of
https://github.com/tsolomko/SWCompression.git
synced 2026-06-23 14:56:41 +00:00
Make Huffman tree classes final
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
import Foundation
|
||||
import BitByteData
|
||||
|
||||
class DecodingHuffmanTree {
|
||||
final class DecodingHuffmanTree {
|
||||
|
||||
private let bitReader: BitReader
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
import Foundation
|
||||
import BitByteData
|
||||
|
||||
class EncodingHuffmanTree {
|
||||
final class EncodingHuffmanTree {
|
||||
|
||||
private let bitWriter: BitWriter
|
||||
|
||||
|
||||
Reference in New Issue
Block a user