| 192 | } |
| 193 | |
| 194 | inline ByteStreamOutFileBE::ByteStreamOutFileBE(FILE* file) : ByteStreamOutFile(file) |
| 195 | { |
| 196 | } |
| 197 | |
| 198 | inline BOOL ByteStreamOutFileBE::put16bitsLE(const U8* bytes) |
| 199 | { |
nothing calls this directly
no outgoing calls
no test coverage detected