pub fn parse_from_stream( ctx: &mut Context, tag: u8, file_entity: EntityId, ) -> Result<BinaryTokenResult, PsError>
Parse a binary token from a file stream. The tag byte has already been read.