public interface DicomDirReader
| Modifier and Type | Method and Description |
|---|---|
DicomDir |
read(DicomObject dicomObject)
parses a given DicomObject and returns it as a
DicomDir |
DicomDir |
read(java.io.File file)
parses the content of the given File and returns it as a
DicomDir |
DicomDir |
read(java.io.File file,
long logicalFileEnd)
parses the content of the given File and returns it as a
DicomDir |
DicomDir |
read(java.io.InputStream in)
parses a given InputStream and returns it as a
DicomDir |
DicomDir read(java.io.File file) throws java.io.IOException, DicomException
DicomDirfile - File containing a dicomdirDicomDir based on the given Filejava.io.IOExceptionDicomExceptionDicomDir read(java.io.File file, long logicalFileEnd) throws java.io.IOException, DicomException
DicomDirfile - File containing a dicomdirlogicalFileEnd - the actual length of the file if different from the physical lengthDicomDir based on the given Filejava.io.IOExceptionDicomExceptionDicomDir read(java.io.InputStream in) throws java.io.IOException, DicomException
DicomDirin - InputStream to a stream containing a dicomdirDicomDirjava.io.IOExceptionDicomExceptionDicomDir read(DicomObject dicomObject) throws DicomException
DicomDirdicomObject - DicomObject containing a dicomdirDicomDirDicomException