| 296 | } |
| 297 | |
| 298 | virtual bool writeFlag(bool val) |
| 299 | { |
| 300 | validate(1); // One bit will at most grow our buffer by a byte. |
| 301 | return BitStream::writeFlag(val); |
| 302 | } |
| 303 | |
| 304 | const U32 getCRC() |
| 305 | { |
nothing calls this directly
no test coverage detected