PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ read_int8()

int8_t read_int8 ( const uint8_t **  from)

Definition at line 213 of file rt_serialize.c.

213  {
214  assert(NULL != from);
215 
216  return (int8_t) read_uint8(from);
217 }
uint8_t read_uint8(const uint8_t **from)
Definition: rt_serialize.c:197

References read_uint8().

Referenced by rt_band_from_wkb(), and rt_raster_deserialize().

Here is the call graph for this function:
Here is the caller graph for this function: