Functions | |
| wmfStream * | wmf_ztream_create (wmfAPI *API, gzFile out) | 
| wmfStream * | wmf_stream_create (wmfAPI *API, FILE *out) | 
| void | wmf_ztream_destroy (wmfAPI *API, wmfStream *stream, char **buffer, unsigned long *length) | 
| void | wmf_stream_destroy (wmfAPI *API, wmfStream *stream, char **buffer, unsigned long *length) | 
| int | wmf_stream_printf (wmfAPI *API, wmfStream *stream, char *format,...) | 
| int | wmf_stream_zputs (char *str, void *context) | 
| int | wmf_stream_sputs (char *str, void *context) | 
| int | wmf_stream_rezet (void *context) | 
| int | wmf_stream_reset (void *context) | 
      
  | 
  ||||||||||||
| 
 Open an uncompressed character output stream. 
 out is zero, to memory.
 
  | 
  
      
  | 
  ||||||||||||||||||||
| 
 Close an uncompressed character output stream. 
 *buffer is an array of length length.      | 
  
      
  | 
  ||||||||||||||||||||
| 
 Formatted print to character output stream. 
 
 
  | 
  
      
  | 
  
| 
 uncompressed char output (wmf_stream_create): rewind()  | 
  
      
  | 
  
| 
 compressed char output (wmf_ztream_create): rewind()  | 
  
      
  | 
  ||||||||||||
| 
 uncompressed char output (wmf_stream_create): fputs()  | 
  
      
  | 
  ||||||||||||
| 
 compressed char output (wmf_ztream_create): fputs()  | 
  
      
  | 
  ||||||||||||
| 
 Open a compressed character output stream. 
 
 
  | 
  
      
  | 
  ||||||||||||||||||||
| 
 Close a compressed character output stream. 
  | 
  
1.2.18