Making RawSubFile usable from Python (#158)
All checks were successful
Build on RHEL8 / build (push) Successful in 1m55s
Build on RHEL9 / build (push) Successful in 1m44s

- Removed a printout left from debugging
- return also header when reading
- added read_n 
- check for error in ifstream
This commit is contained in:
Erik Fröjdh
2025-04-11 16:54:21 +02:00
committed by GitHub
parent 6e4db45b57
commit a59e9656be
9 changed files with 217 additions and 35 deletions

View File

@ -388,7 +388,9 @@ set(SourceFiles
${CMAKE_CURRENT_SOURCE_DIR}/src/RawFile.cpp
${CMAKE_CURRENT_SOURCE_DIR}/src/RawSubFile.cpp
${CMAKE_CURRENT_SOURCE_DIR}/src/RawMasterFile.cpp
${CMAKE_CURRENT_SOURCE_DIR}/src/utils/task.cpp
${CMAKE_CURRENT_SOURCE_DIR}/src/utils/ifstream_helpers.cpp
)