public interface DicomImageDecoder
Modifier and Type | Method and Description |
---|---|
boolean |
decodeFrames(DicomHeader header,
BinaryFileInputStream bin,
java.util.List<DicomPixelBuffer> frames)
Tries to decodes DICOM pixel data into a usable buffer, based on information
contained in the DICOM header.
|
boolean decodeFrames(DicomHeader header, BinaryFileInputStream bin, java.util.List<DicomPixelBuffer> frames) throws java.io.IOException
header
- informs the decoder of the transfer syntax, and any
intensity transformsbin
- binary input stream of current file, at start of pixel dataframes
- decoded pixel buffers (raw format) for framesjava.io.IOException
- on File IO error