public class DcmDump extends Object implements ImageInputHandler
| Constructor and Description |
|---|
DcmDump() |
| Modifier and Type | Method and Description |
|---|---|
void |
endDataset(ImageInputStream dis) |
int |
getWidth() |
void |
parse(ImageInputStream dis) |
void |
readValue(ImageInputStream dis,
Attributes attrs) |
void |
readValue(ImageInputStream dis,
Fragments frags) |
void |
readValue(ImageInputStream dis,
Sequence seq) |
void |
setWidth(int width) |
void |
startDataset(ImageInputStream dis) |
public final int getWidth()
public final void setWidth(int width)
public void parse(ImageInputStream dis) throws IOException
IOExceptionpublic void startDataset(ImageInputStream dis)
startDataset in interface ImageInputHandlerpublic void endDataset(ImageInputStream dis)
endDataset in interface ImageInputHandlerpublic void readValue(ImageInputStream dis, Attributes attrs) throws IOException
readValue in interface ImageInputHandlerIOExceptionpublic void readValue(ImageInputStream dis, Sequence seq) throws IOException
readValue in interface ImageInputHandlerIOExceptionpublic void readValue(ImageInputStream dis, Fragments frags) throws IOException
readValue in interface ImageInputHandlerIOExceptionCopyright © 2021. All rights reserved.