diff options
| author | Mickael Savinaud <savmickael@users.noreply.github.com> | 2012-10-25 13:29:41 +0000 |
|---|---|---|
| committer | Mickael Savinaud <savmickael@users.noreply.github.com> | 2012-10-25 13:29:41 +0000 |
| commit | 52f6f7e0c7eb97ae047afe8fb39d5b5b36dd9746 (patch) | |
| tree | 717278a689f9ea2e8f77cbc79a5aa757c8886e75 /src/lib/openjp2/cio.h | |
| parent | ee8ee69c30ffe3854c84adf13908c2d4b6de5ee1 (diff) | |
[trunk] remove cio deprecated functions
Diffstat (limited to 'src/lib/openjp2/cio.h')
| -rw-r--r-- | src/lib/openjp2/cio.h | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/src/lib/openjp2/cio.h b/src/lib/openjp2/cio.h index 87b750f6..32ab4da4 100644 --- a/src/lib/openjp2/cio.h +++ b/src/lib/openjp2/cio.h @@ -46,45 +46,6 @@ The functions in CIO.C have for goal to realize a byte input / output process. /** @name Exported functions (see also openjpeg.h) */ /*@{*/ /* ----------------------------------------------------------------------- */ -/** -Number of bytes left before the end of the stream -@param cio CIO handle -@return Returns the number of bytes before the end of the stream -*/ -OPJ_SIZE_T cio_numbytesleft(opj_cio_t *cio); -/** -Get pointer to the current position in the stream -@param cio CIO handle -@return Returns a pointer to the current position -*/ -unsigned char *cio_getbp(opj_cio_t *cio); -/** -*/ -opj_bool cio_byteout(opj_cio_t *cio, unsigned char v); -/** -*/ -unsigned char cio_bytein(opj_cio_t *cio); -/** -Write some bytes -@param cio CIO handle -@param v Value to write -@param n Number of bytes to write -@return Returns the number of bytes written or 0 if an error occured -*/ -DEPRECATED(unsigned int cio_write(opj_cio_t *cio, unsigned long long int v, int n)); -/** -Read some bytes -@param cio CIO handle -@param n Number of bytes to read -@return Returns the value of the n bytes read -*/ -DEPRECATED(unsigned int cio_read(opj_cio_t *cio, int n)); -/** -Skip some bytes -@param cio CIO handle -@param n Number of bytes to skip -*/ -DEPRECATED(void cio_skip(opj_cio_t *cio, int n)); /* ----------------------------------------------------------------------- */ /*@}*/ |
