IO Utilities (pydicom.fileutil
)¶
Utilities for dataset I/O.
|
Read (and ignore) undefined length sequence or item terminators. |
|
Read in the file until a specific byte sequence found. |
|
Return file position where 4-byte delimiter is located. |
|
Search through the file to find the delimiter and return the length of the data element. |
|
Read until delimiter_tag and return the value up to that point. |