OpenJPEG  1.5.2
Macros
cio.h File Reference


Implementation of a byte input-output process (CIO) More...

Go to the source code of this file.

Macros

#define int64   long long
 

Functions

Exported functions (see also openjpeg.h)
int cio_numbytesleft (opj_cio_t *cio)
 
Number of bytes left before the end of the stream More...
 
unsigned char * cio_getbp (opj_cio_t *cio)
 
Get pointer to the current position in the stream More...
 
unsigned int cio_write (opj_cio_t *cio, unsigned int64 v, int n)
 
Write some bytes More...
 
unsigned int cio_read (opj_cio_t *cio, int n)
 
Read some bytes More...
 
void cio_skip (opj_cio_t *cio, int n)
 
Skip some bytes More...
 

Detailed Description


Implementation of a byte input-output process (CIO)

The functions in CIO.C have for goal to realize a byte input / output process.

Macro Definition Documentation

◆ int64

#define int64   long long

Referenced by j2k_read_siz().