| 195 | } |
| 196 | |
| 197 | inline BOOL ByteStreamOutArrayLE::put32bitsLE(const U8* bytes) |
| 198 | { |
| 199 | return putBytes(bytes, 4); |
| 200 | } |
| 201 | |
| 202 | inline BOOL ByteStreamOutArrayLE::put64bitsLE(const U8* bytes) |
| 203 | { |
nothing calls this directly
no outgoing calls
no test coverage detected