Functions |
int | ccp4_file_raw_read (CCP4File *cfile, char *buffer, size_t n_items) |
int | ccp4_file_raw_write (CCP4File *cfile, const char *buffer, size_t n_items) |
int | ccp4_file_raw_seek (CCP4File *cfile, long offset, int whence) |
int | ccp4_file_is_write (const CCP4File *cfile) |
int | ccp4_file_is_read (const CCP4File *cfile) |
int | ccp4_file_is_append (const CCP4File *cfile) |
int | ccp4_file_is_scratch (const CCP4File *cfile) |
int | ccp4_file_is_buffered (const CCP4File *cfile) |
int | ccp4_file_status (const CCP4File *cfile) |
int | ccp4_file_raw_setstamp (CCP4File *cfile, const size_t offset) |
int | ccp4_file_setstamp (CCP4File *cfile, const size_t offset) |
int | ccp4_file_setmode (CCP4File *cfile, const int mode) |
int | ccp4_file_mode (const CCP4File *cfile) |
int | ccp4_file_itemsize (const CCP4File *cfile) |
const char * | ccp4_file_name (CCP4File *cfile) |
int | ccp4_file_setbyte (CCP4File *cfile, const int byte_order) |
int | ccp4_file_byte (CCP4File *cfile) |
CCP4File * | ccp4_file_open_file (const FILE *file, const int flag) |
CCP4File * | ccp4_file_open_fd (const int fd, const int flag) |
CCP4File * | ccp4_file_open (const char *filename, const int flag) |
int | ccp4_file_close (CCP4File *cfile) |
int | ccp4_file_rarch (CCP4File *cfile) |
int | ccp4_file_warch (CCP4File *cfile) |
int | ccp4_file_read (CCP4File *cfile, uint8 *buffer, size_t nitems) |
int | ccp4_file_readcomp (CCP4File *cfile, uint8 *buffer, size_t nitems) |
int | ccp4_file_readshortcomp (CCP4File *cfile, uint8 *buffer, size_t nitems) |
int | ccp4_file_readfloat (CCP4File *cfile, uint8 *buffer, size_t nitems) |
int | ccp4_file_readint (CCP4File *cfile, uint8 *buffer, size_t nitems) |
int | ccp4_file_readshort (CCP4File *cfile, uint8 *buffer, size_t nitems) |
int | ccp4_file_readchar (CCP4File *cfile, uint8 *buffer, size_t nitems) |
int | ccp4_file_write (CCP4File *cfile, const uint8 *buffer, size_t nitems) |
int | ccp4_file_writecomp (CCP4File *cfile, const uint8 *buffer, size_t nitems) |
int | ccp4_file_writeshortcomp (CCP4File *cfile, const uint8 *buffer, size_t nitems) |
int | ccp4_file_writefloat (CCP4File *cfile, const uint8 *buffer, size_t nitems) |
int | ccp4_file_writeint (CCP4File *cfile, const uint8 *buffer, size_t nitems) |
int | ccp4_file_writeshort (CCP4File *cfile, const uint8 *buffer, size_t nitems) |
int | ccp4_file_writechar (CCP4File *cfile, const uint8 *buffer, size_t nitems) |
int | ccp4_file_seek (CCP4File *cfile, long offset, int whence) |
void | ccp4_file_rewind (CCP4File *cfile) |
long | ccp4_file_length (CCP4File *cfile) |
long | ccp4_file_tell (CCP4File *cfile) |
int | ccp4_file_feof (CCP4File *cfile) |
void | ccp4_file_clearerr (CCP4File *cfile) |
void | ccp4_file_fatal (CCP4File *cfile, char *message) |
int | ccp4_file_error (CCP4File *cfile) |
void | ccp4_file_flush (CCP4File *cfile) |
char * | ccp4_file_print (CCP4File *cfile, char *msg_start, char *msg_end) |