destructor */
| 56 | BOOL seekEnd(); |
| 57 | /* destructor */ |
| 58 | ~ByteStreamOutArray() { if (data) free(data); }; |
| 59 | /* get access to data */ |
| 60 | inline I64 getSize() const { return size; }; |
| 61 | inline I64 getCurr() const { return curr; }; |
nothing calls this directly
no outgoing calls
no test coverage detected