Ejemplo n.º 1
0
 public int NextChunk(int bits)
 {
     return(wrapped.NextChunk(bits));
 }
Ejemplo n.º 2
0
 public int NextChunk(int bits) => wrapped.NextChunk(bits);
Ejemplo n.º 3
0
 private int ReadValue(IBitReader reader)
 {
     return(BlockLengthCodeOffsets[Code] + reader.NextChunk(BlockLengthCodeExtraBits[Code]));
 }