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