| 200 | } |
| 201 | |
| 202 | inline BOOL ByteStreamOutArrayLE::put64bitsLE(const U8* bytes) |
| 203 | { |
| 204 | return putBytes(bytes, 8); |
| 205 | } |
| 206 | |
| 207 | inline BOOL ByteStreamOutArrayLE::put16bitsBE(const U8* bytes) |
| 208 | { |
nothing calls this directly
no outgoing calls
no test coverage detected