35 #if defined(_MSC_VER) || defined(__BORLANDC__)
38 #define int64 long long
unsigned char * cio_getbp(opj_cio_t *cio)
Get pointer to the current position in the stream.
Definition: cio.c:129
unsigned int cio_read(opj_cio_t *cio, int n)
Read some bytes.
Definition: cio.c:183
Byte input-output stream (CIO)
Definition: openjpeg.h:475
int cio_numbytesleft(opj_cio_t *cio)
Number of bytes left before the end of the stream.
Definition: cio.c:121
void cio_skip(opj_cio_t *cio, int n)
Skip some bytes.
Definition: cio.c:198
#define int64
Definition: cio.h:38
unsigned int cio_write(opj_cio_t *cio, unsigned int64 v, int n)
Write some bytes.
Definition: cio.c:167