public interface DicomInputHandler
| Modifier and Type | Method and Description |
|---|---|
void |
endDataset(DicomInputStream dis) |
void |
readValue(DicomInputStream dis,
Attributes attrs) |
void |
readValue(DicomInputStream dis,
Fragments frags) |
void |
readValue(DicomInputStream dis,
Sequence seq) |
void |
startDataset(DicomInputStream dis) |
void readValue(DicomInputStream dis, Attributes attrs) throws IOException
IOExceptionvoid readValue(DicomInputStream dis, Sequence seq) throws IOException
IOExceptionvoid readValue(DicomInputStream dis, Fragments frags) throws IOException
IOExceptionvoid startDataset(DicomInputStream dis) throws IOException
IOExceptionvoid endDataset(DicomInputStream dis) throws IOException
IOExceptionCopyright © 2017 dcm4che.org. All rights reserved.