google-code-export / pydicom

Automatically exported from code.google.com/p/pydicom
0 stars 0 forks source link

filewriter without seeking #153

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
That link should be: 
https://code.google.com/p/pydicom/source/browse/source/dicom/filewriter.py#174

Original comment by agrothberg on 7 Nov 2014 at 3:31