| 190 | } |
| 191 | |
| 192 | inline BOOL ByteStreamOutArrayLE::put16bitsLE(const U8* bytes) |
| 193 | { |
| 194 | return putBytes(bytes, 2); |
| 195 | } |
| 196 | |
| 197 | inline BOOL ByteStreamOutArrayLE::put32bitsLE(const U8* bytes) |
| 198 | { |
nothing calls this directly
no outgoing calls
no test coverage detected