| 711 | } |
| 712 | |
| 713 | void InfiniteBitStream::writeToStream(Stream &s) |
| 714 | { |
| 715 | s.write(getPosition(), mDataPtr); |
| 716 | } |
| 717 | |
| 718 | //------------------------------------------------------------------------------ |
| 719 |
nothing calls this directly
no test coverage detected