See: Description
| Interface | Description |
|---|---|
| ReaderObserver |
Observer interface that receives notifications for ReaderEvents
|
| Class | Description |
|---|---|
| BaseReaderObserver |
Abstract implementation of a
ReaderObserver that provides
a public constructor for passing the event types for which the observer wants to
receive notifications. |
| DicomReaderFactory |
Factory class that produces a readers with specific functionality like skipping pixel data.
|
| FragmentEvent |
ReaderEvent corresponding to FRAGMENT_EVENT
ReaderEvent.EventType
This event is emitted at the end of every fragment. |
| FragmentStartEvent |
ReaderEvent corresponding to FRAGMENT_START_EVENT
ReaderEvent.EventType
This event is emitted during the reading of the pixel data at the beginning of every fragment, immediately after reading the fragment length. |
| ReaderEvent |
Base class for reader events.
|
| Enum | Description |
|---|---|
| ReaderEvent.EventType |
enum of supported event types
|