| 70 | virtual BOOL init(const U8* item, U32& context)=0; |
| 71 | virtual BOOL chunk_sizes() { return FALSE; }; |
| 72 | virtual BOOL chunk_bytes() { return FALSE; }; |
| 73 | |
| 74 | virtual ~LASwriteItemCompressed(){}; |
| 75 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected