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:159
void cio_skip(opj_cio_t *cio, int n)
Skip some bytes.
Definition cio.c:190
unsigned char * cio_getbp(opj_cio_t *cio)
Get pointer to the current position in the stream.
Definition cio.c:125
int cio_numbytesleft(opj_cio_t *cio)
Number of bytes left before the end of the stream.
Definition cio.c:117
unsigned int cio_read(opj_cio_t *cio, int n)
Read some bytes.
Definition cio.c:175
struct opj_cio opj_cio_t
Byte input-output stream (CIO)