35 #if defined(_MSC_VER) || defined(__BORLANDC__)
38 #define int64 long long
#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
unsigned char * cio_getbp(opj_cio_t *cio)
Get pointer to the current position in the stream.
Definition: cio.c:129
void cio_skip(opj_cio_t *cio, int n)
Skip some bytes.
Definition: cio.c:198
int cio_numbytesleft(opj_cio_t *cio)
Number of bytes left before the end of the stream.
Definition: cio.c:121
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