hl7parse
Public Attributes | List of all members
bom_t Struct Reference

Byte Order MArk (BOM) information of a file. This struct is created by detect_bom() More...

#include <bom.h>

Public Attributes

char * bom
 
int length
 
bom_endianness_t endianness
 

Detailed Description

Byte Order MArk (BOM) information of a file. This struct is created by detect_bom()

Member Data Documentation

◆ bom

char* bom_t::bom

contanis the raw bytes of the bom

◆ endianness

bom_endianness_t bom_t::endianness

endianness

◆ length

int bom_t::length

the length of the bom


The documentation for this struct was generated from the following file: