The header size is now directly read in the file when a column or an
array is opened.
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user