Skip to content
  • Mark OLESEN's avatar
    ENH: allow null pointer when reading binary block · d9533e56
    Mark OLESEN authored
    - have read(nullptr, count) and readRaw(nullptr, count) act like a
      forward seek instead of failing.
      This lets it be used to advance through a file without needing to
      allocate (and discard) storage space etc.
    d9533e56