| 24 | |
| 25 | |
| 26 | bool CBitStream_Base::WriteBitStream( CStream &stm, const int8 Value, const eBitStreamHint eHint ) |
| 27 | { |
| 28 | return stm.Write(Value); |
| 29 | } |
| 30 | |
| 31 | bool CBitStream_Base::ReadBitStream( CStream &stm, int8 &Value, const eBitStreamHint eHint ) |
| 32 | { |
no test coverage detected