Adaptive Huffman is used for real time compression and decompression. My question is can we use it where we want to encode in real time,save all the encoded data and decode later any other time? Because I found that the Huffman tree keep changing for each new character.