Name

gzdirect - Returns 1 if file is being read directly without decompression, otherwise zero.
 

Synopsis

int ZEXPORT gzdirect(gzFile file);

Detailed Description

Returns 1 if file is being read directly without decompression, otherwise zero.
 

Parameters

gzFile file gzip file
 

Return value

int ZEXPORT gzdirect returns 1 if file is being read directly without decompression, otherwise zero
 

Feedback

For additional information or queries on this page send feedback

© 2008-2009 Nokia Corporation. All rights reserved. This documentation can be used in the connection with this Product to help and support the user.

Top