| 186 | } |
| 187 | |
| 188 | inline ByteStreamInArrayLE::ByteStreamInArrayLE() : ByteStreamInArray() |
| 189 | { |
| 190 | } |
| 191 | |
| 192 | inline ByteStreamInArrayLE::ByteStreamInArrayLE(const U8* data, I64 size) : ByteStreamInArray(data, size) |
| 193 | { |
nothing calls this directly
no outgoing calls
no test coverage detected