84 int jpc_enc_enccblks(jpc_enc_t *enc);
long jas_stream_tell(jas_stream_t *stream)
Get the current position within the stream.
Definition: jas_stream.c:926
#define jas_stream_peekc(stream)
Look at the next character to be read from a stream without actually removing the character from the ...
Definition: jas_stream.h:740
jas_stream_t * jas_stream_memopen(char *buf, int bufsize)
Open a memory buffer as a stream.
Definition: jas_stream.c:276
long jas_stream_seek(jas_stream_t *stream, long offset, int origin)
Set the current position within the stream.
Definition: jas_stream.c:891
#define jas_stream_getrwcount(stream)
Get the read/write count for a stream.
Definition: jas_stream.h:513