예제 #1
0
 RelocationIterator(CompactBufferReader &reader)
   : reader_(reader)
 {
     tableStart_ = reader_.readFixedUint32();
 }