| 238 | } |
| 239 | |
| 240 | inline ByteStreamInArrayBE::ByteStreamInArrayBE() : ByteStreamInArray() |
| 241 | { |
| 242 | } |
| 243 | |
| 244 | inline ByteStreamInArrayBE::ByteStreamInArrayBE(const U8* data, I64 size) : ByteStreamInArray(data, size) |
| 245 | { |
nothing calls this directly
no outgoing calls
no test coverage detected