PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ read_int16()

int16_t read_int16 ( const uint8_t **  from,
uint8_t  littleEndian 
)

Definition at line 261 of file rt_serialize.c.

References read_uint16().

Referenced by rt_band_from_wkb(), and rt_raster_deserialize().

261  {
262  assert(NULL != from);
263 
264  return read_uint16(from, littleEndian);
265 }
uint16_t read_uint16(const uint8_t **from, uint8_t littleEndian)
Definition: rt_serialize.c:229
Here is the call graph for this function:
Here is the caller graph for this function: