Method ADT.BitBuffer()->put()
- Method
put
 
- this_programput(- int- value,- int- bits)
- Description
- Put - bitsnumber of bits with the value- valueinto the buffer.
- Note
- valuemust not be larger than what can be stored with the number of bits given in- bits.
- Note
- The bits are added to the buffer with the most significant bit first.