uclouvain / openjpeg

Official repository of the OpenJPEG project
Other
985 stars 457 forks source link

Defect in Streaming API #503

Open gcode-importer opened 9 years ago

gcode-importer commented 9 years ago

Originally reported on Google Code with ID 503

Not possible to skip negative offsets, for example not possible to skip by -1 bytes,
since a return value of -1  signifies end of stream.

Since it is not possible to skip past end of stream or beginning of stream,
return value is not useful. Method either succeeds or it doesn't, so make return boolean
instead.

Reported by boxerab on 2015-06-07 22:44:41

gcode-importer commented 9 years ago

Reported by boxerab on 2015-06-07 22:45:02

gcode-importer commented 9 years ago

Reported by boxerab on 2015-06-07 22:45:24