The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information.... |
Home BasePack DStruct Procedures and Functions DecodeASCII85 | |||||||||||||||
See also: EncodeASCII85, ASCII Code, DecodeBase64 | |||||||||||||||
DecodeASCII85 |
|||||||||||||||
The function DecodeASCII85 decodes the base-85 encoded data stream InStream and writes the result to the stream OutStream. Data of Instream is read from the current stream position; the resulting decoded data is written to the current position of Outstream (overwriting all data after the current position). The function returns the following error codes:
In addition to the original definition DecodeASCII85 accepts CR (ASCII 13) and LF (ASCII10) in the input stream. These characters are discarded during the decoding process.
|