The header size is now directly read in the file when a column or an

array is opened.
This commit is contained in:
Celine Mercier
2015-11-09 17:50:32 +01:00
parent 0e3d6ed2d7
commit f6ec8ba963
4 changed files with 64 additions and 99 deletions

View File

@ -48,11 +48,6 @@ typedef int32_t obiversion_t; /**< Used to store the column version number
* @brief OBIDMS column header structure.
*/
typedef struct OBIDMS_column_header {
bool little_endian; /**< Endianness of the column:
* - `true` on little endian platforms
* - `false` on big endian platforms
* @see obi_is_little_endian()
*/
size_t header_size; /**< Size of the header in bytes.
*/
size_t data_size; /**< Size of the data in bytes.