public class FragmentStartEvent extends ReaderEvent
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.EventType| Modifier and Type | Method and Description |
|---|---|
DicomObject |
getDicomObject()
The DicomObject in which the fragment is read.
|
long |
getLength()
The length of the fragment in bytes.
|
long |
getOffset()
The absolute offset of the fragment data with respect to the beginning of the DICOM stream or file.
|
java.lang.String |
toString() |
getEventTypepublic long getOffset()
public long getLength()
public DicomObject getDicomObject()
public java.lang.String toString()
toString in class java.lang.Object