DATASERV (kdatafmt) library


LIBRARY NAME

kdatafmt - (no short description specified)

DESCRIPTION

The kdatafmt library contains routines for reading and writing a number of different file formats. These format routines are used by the upper-levels of data services; the information contained in files of any of these formats will be provided to you in terms of one of the several application specific data models. You should never call these functions unless you require functionality specific to a particular file format. The functions are intended to be private.

LIST OF LIBRARY FUNCTIONS

ascii_readheader
reads a ascii header structure from the specified kfile id
ascii_fdread
read a ascii structure from the specified file descriptor
ascii_read
read a ascii structure from the specified filename
ascii_fdwrite
write a ascii structure to the specified file descriptor
ascii_write
write a ascii structure to the specified filename
ascii_writeheader
writes a ascii header structure from the specified kfile id
ascii_free
frees a ascii structure and it's associated data
ascii_create
creates a ascii structure and it's associated data
avs_readheader
reads a avs header structure from the specified kfile id
avs_fdread
read a avs structure from the specified file descriptor
avs_read
read a avs structure from the specified filename
avs_fdwrite
write a avs structure to the specified file descriptor
avs_write
write a avs structure to the specified filename
avs_writeheader
writes a avs header structure from the specified kfile id
avs_free
frees a avs structure and it's associated data
avs_create
creates a avs structure and it's associated data
pnm_fdread
reads a pnm structure from the specified file descriptor
pnm_read
reads a pnm structure from the specified filename
pnm_write
writes a pnm structure to a specified filename.
pnm_free
frees a pnm structure and associated data.
pnm_create
creates a pnm structure and allocates associated data.
rast_readheader
reads a rast header structure from the specified kfile id
rast_fdread
read a rast structure from the specified file descriptor
rast_read
read a rast structure from the specified filename
rast_fdwrite
write a rast structure to the specified file descriptor
rast_write
write a rast structure to the specified filen
rast_writeheader
writes a rast header structure from the specified kfile id
rast_free
frees a rast structure and it's associated data
rast_create
creates a rast structure and it's associated data
viff_write
write an viff structure to the specified filename
viff_readheader
reads an viff header structure from the specified kfile id
viff_read
read an viff structure from the specified filename
viff_free
frees an viff structure and it's associated data
xbm_readheader
reads a xbm header structure from the specified kfile id
xbm_fdread
read a xbm structure from the specified file descriptor
xbm_read
read a xbm structure from the specified filename
xbm_write
write a xbm structure to the specified filename
xbm_writeheader
writes a xbm header structure from the specified kfile id
xbm_free
frees a xbm structure and it's associated data
xbm_create
creates a xbm structure and it's associated data
xpm_readheader
reads a xpm header structure from the specified kfile id
xpm_fdread
read a xpm structure from the specified file descriptor
xpm_read
read a xpm structure from the specified filename
xpm_fdwrite
write a xpm structure to the specified file descriptor
xpm_write
write a xpm structure to the specified filename
xpm_writeheader
writes a xpm header structure from the specified kfile id
xpm_free
frees a xpm structure and it's associated data
xpm_create
creates a xpm structure and it's associated data
xpm_parse
parses a xpm string array and returns an xpm structure
xwd_readheader
reads a xwd header structure from the specified kfile id
xwd_fdread
read a xwd structure from the specified file descriptor
xwd_read
read a xwd structure from the specified filename
xwd_fdwrite
write a xwd structure to the specified file descriptor
xwd_write
write a xwd structure to the specified filename
xwd_writeheader
writes a xwd header structure from the specified kfile id
xwd_free
frees a xwd structure and it's associated data
xwd_create
creates a xwd structure and it's associated data

ADDITIONAL INFORMATION

LOCATION OF SOURCE FILES

$DATASERV/objects/library/kdatafmt/src

LOCATION OF PUBLIC INCLUDE FILE

$DATASERV/include/kdatafmt/kdatafmt.h

YOU MUST INCLUDE

#include <dataserv.h>

SEE ALSO

SEE MANUAL

COPYRIGHT

Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.