|
Trispark JDT 2.50.13 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DicomDirReader
Provides read methods for reading DICOMDIR from files, inputstreams or from a DicomObject.
| Method Summary | |
|---|---|
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 |
| Method Detail |
|---|
DicomDir read(java.io.File file)
throws java.io.IOException,
DicomException
DicomDir
file - File containing a dicomdir
DicomDir based on the given File
java.io.IOException
DicomException
DicomDir read(java.io.File file,
long logicalFileEnd)
throws java.io.IOException,
DicomException
DicomDir
file - File containing a dicomdirlogicalFileEnd - the actual length of the file if different from the physical length
DicomDir based on the given File
java.io.IOException
DicomException
DicomDir read(java.io.InputStream in)
throws java.io.IOException,
DicomException
DicomDir
in - InputStream to a stream containing a dicomdir
DicomDir
java.io.IOException
DicomException
DicomDir read(DicomObject dicomObject)
throws DicomException
DicomDir
dicomObject - DicomObject containing a dicomdir
DicomDir
DicomException
|
Trispark JDT 2.50.13 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||