Skip to content
Snippets Groups Projects
Commit bdc1c9bf authored by Mark OLESEN's avatar Mark OLESEN Committed by Andrew Heather
Browse files

ENH: support low-level reading of raw binary blocks (#1378)

- symmetric with writeRaw() etc for the output stream. These are
  methods that are not required by normal users, but which provide
  a finer granularity for reading.

- additional information about the current stream position when
  endList fails. This may help when tracing errors.

STYLE: change return type of beginRaw()/endRaw() to bool

- was of type Ostream& for output, but return value was unused.
  Having bool may be better for encapsulating logic

STYLE: remove unused Istream::readEndBegin() function
parent 78ce269a
Branches
Tags
No related merge requests found
Showing
with 278 additions and 137 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment