Is it possible to write the file writer to work without seeking in the file
(for example see:
https://code.google.com/p/pydicom/source/browse/source/dicom/filewriter.py#174)?
Right now you cannot save to a stream (which does not allow random accesses)
because of seeks.
Original issue reported on code.google.com by agrothberg on 7 Nov 2014 at 3:40
Original issue reported on code.google.com by
agrothberg
on 7 Nov 2014 at 3:40