The Conroy & Conroy Subroutine Library (2021.3 edition)

RLN_Decompress
What: function
File: Compress
Layer: 1
Platforms: C++, C#, Javascript, Pascal (Object), PHP, Python
C++ Format: result = RLN_Decompress( PSStream Stream )
Pascal format: result = RLN_Decompress( Stream : PSStream ) : int64
Note: In pre-Delphi Pascal, the returned value is an int32

This function reads a value compressed with RLN_Compress from the stream and returns the integer value.