int ZEXPORT inflatePrime(z_streamp strm, int bits, int value);
inflate()
call after
inflateInit2()
or
inflateReset()
. bits must be
less than or equal to 16, and that many of the least significant
bits of value will be inserted in the input.
strm |
stream of data |
int bits |
bits must be less than or equal to 16, and that many of the least significant bits of value will be inserted in the input. |
int value |
int ZEXPORT |
inflatePrime returns Z_OK if success, or Z_STREAM_ERROR if the source stream state was inconsistent. |
© 2008-2009 Nokia Corporation. All rights reserved. This documentation can be used in the connection with this Product to help and support the user. |