Type Definition dicom_parser::stateful::decode::FileHeaderParser
source · pub type FileHeaderParser<S> = StatefulDecoder<ExplicitVRLittleEndianDecoder, S, LittleEndianBasicDecoder, DefaultCharacterSetCodec>;Expand description
Type alias for the DICOM parser of a file’s Meta group.
Implementations§
source§impl<S> FileHeaderParser<S>where
S: Read,
impl<S> FileHeaderParser<S>where
S: Read,
sourcepub fn file_header_parser(from: S) -> Self
pub fn file_header_parser(from: S) -> Self
Create a new DICOM stateful decoder for reading the file meta header, which is always in Explicit VR Little Endian.