wvFBitstream(3) USC Math Department
Back to wvlib encoding function index
wvFBitstream(3)

Name

wvFReadBitstream, wvFWriteBitstream - bitstream input/output

Synopsis

#include <wv/enc_bitstream.h>

WVbitstream *wvFReadBitstream(FILE *fp);

void wvFWriteBitstream(FILE *fp, const WVbitstream *bitstream);

Description

wvFReadBitstream reads a bitstream from the input stream fp.

wvFWriteBitstream writes bitstream to the output stream fp.

See Also

wvBitstreamEncode(3), wvBitstreamDecode(3), wvFReadBasisFromBitstream(3), wvFWriteBasisToBitstream(3)

Diagnostics

wvFReadBitstream returns False and wvFWriteBitstream returns A NULL pointer if the request cannot be completed (usually indicating that the process has run out of memory).

Back to wvlib encoding function index Last Updated: 29 January 1998