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