Simple "marker" to designate the End Of String symbol in the huffman table
| 679 | |
| 680 | |
| 681 | class EOS(object): |
| 682 | """ Simple "marker" to designate the End Of String symbol in the huffman table |
| 683 | """ |
| 684 | |
| 685 | |
| 686 | class HuffmanNode(object): |
no outgoing calls
no test coverage detected