pub fn decode_object_header(bytes: &[u8]) -> Hdf5Result<Hdf5ObjectHeader>Expand description
Decode an object header from bytes (inverse of encode_object_header).
pub fn decode_object_header(bytes: &[u8]) -> Hdf5Result<Hdf5ObjectHeader>Decode an object header from bytes (inverse of encode_object_header).