Type Definition dicom_parser::stateful::decode::FileHeaderParser [−][src]
pub type FileHeaderParser<S> = StatefulDecoder<ExplicitVRLittleEndianDecoder, S, LittleEndianBasicDecoder, DefaultCharacterSetCodec>;Expand description
Type alias for the DICOM parser of a file’s Meta group.
Implementations
Create a new DICOM stateful decoder for reading the file meta header, which is always in Explicit VR Little Endian.