Package org.aoju.bus.image.galaxy.io
Interface ImageInputHandler
- All Known Implementing Classes:
DcmDump,ImageInputStream,SAXWriter
public interface ImageInputHandler
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidreadValue(ImageInputStream dis, Attributes attrs) voidreadValue(ImageInputStream dis, Fragments frags) voidreadValue(ImageInputStream dis, Sequence seq) void
-
Method Details
-
readValue
- Throws:
IOException
-
readValue
- Throws:
IOException
-
readValue
- Throws:
IOException
-
startDataset
- Throws:
IOException
-
endDataset
- Throws:
IOException
-