
Originally Posted by
LawCounsels
WHAT IS ( ??? ) the reverse logic for creating stream array out of compression string, like how to know that first index will have 2 digits, 3rd index may have two digits, this is random , and if memory stream changes, the output changes.
( it appear SOMEHOW LIKE Encoder checks 1st 2 digits , if >= eg some fixed 30 threshold it writes to memory stream as 2 digits , WHEREAS if < threshold it waits & write as 3 digits ... something like this ...
how exactly ( ??? ) it decides to write to memory stream as 2 digits , when it decides to wait then write as 3 digits . Knowing this decision logic can then similar correct reconstruct memory stream from input parameter "compression string" , to pass as input parameter to ACDecode )