DragonFly On-Line Manual Pages

Search: Section:  


cxOpenArchiveBuffer(3)       The GNUpdate Project       cxOpenArchiveBuffer(3)

NAME

cxOpenArchiveBuffer - Opens an archive from a buffer for reading or writing.

SYNOPSIS

#include <comprex.h> CxArchive *cxOpenArchiveBuffer(char *buffer, size_t size);

PARAMETERS

buffer The buffer to read from or write to. size The size of the buffer.

DESCRIPTION

Opens an archive from a buffer for reading or writing.

RETURNS

Nothing. libcomprex 05 Mar 2003 cxOpenArchiveBuffer(3)

Search: Section: