| 47 | }; |
| 48 | |
| 49 | inline ByteStreamInOutFileLE::ByteStreamInOutFileLE(FILE* file) : ByteStreamInFileLE(file), ByteStreamOutFileLE(file) |
| 50 | { |
| 51 | } |
| 52 | |
| 53 | inline ByteStreamInOutFileBE::ByteStreamInOutFileBE(FILE* file) : ByteStreamInFileBE(file), ByteStreamOutFileBE(file) |
| 54 | { |
nothing calls this directly
no outgoing calls
no test coverage detected