| 29 | } |
| 30 | |
| 31 | bool CBitStream_Base::ReadBitStream( CStream &stm, int8 &Value, const eBitStreamHint eHint ) |
| 32 | { |
| 33 | return stm.Read((char&)Value); |
| 34 | } |
| 35 | |
| 36 | // ------------------------------------------------------------------------------------------------------------------- |
| 37 | // ------------------------------------------------------------------------------------------------------------------- |
no test coverage detected