| 144 | } |
| 145 | |
| 146 | inline ByteStreamOutFileLE::ByteStreamOutFileLE(FILE* file) : ByteStreamOutFile(file) |
| 147 | { |
| 148 | } |
| 149 | |
| 150 | inline BOOL ByteStreamOutFileLE::put16bitsLE(const U8* bytes) |
| 151 | { |
nothing calls this directly
no outgoing calls
no test coverage detected