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
IOException
void readValue(DicomInputStream dis, Sequence seq) throws IOException
IOException
void readValue(DicomInputStream dis, Fragments frags) throws IOException
IOException
void startDataset(DicomInputStream dis) throws IOException
IOException
void endDataset(DicomInputStream dis) throws IOException
IOException
Copyright © 2017 dcm4che.org. All rights reserved.