pub type Stream<'a> = BitReadStream<'a, LittleEndian>;
pub struct Stream<'a> { /* private fields */ }