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