예제 #1
0
Byte_t fetch_DBox1byte( box_param_t *box, OPJ_OFF_T offset)
{
  return fetch_1byte( box->fd, get_DBoxoff( box)+offset);
}
Byte_t fetch_codestream1byte( codestream_param_t *cs, long offset)
{
  return fetch_1byte( cs->fd, cs->offset+offset);
}