fkjellberg commented on PR #690:
URL: https://github.com/apache/commons-compress/pull/690#issuecomment-5242897009

   Hello @garydgregory 
   No it is not possible. TCompress is just implementing the lh5 compression 
and the compressed data is stored in the database as a blob by Delphi. There is 
no LHA archive envelope or anything. To be able to decompress such data blob, 
you need to create a Lh5CompressorInputStream from a byte array.
   
   I will add a few more unit tests as part of my refactor to use the generic 
HuffmanDecoder instead of BinaryTree that will show how I need to read a 
TCompress lh5 stream.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to