Exemplo n.º 1
0
 public long ReadLong()
 {
     return(_payLoad.ReadLong());
 }
Exemplo n.º 2
0
 public object ReadIndexEntryFromObjectSlot(MarshallerFamily mf, StatefulBuffer statefulBuffer)
 {
     return(new IndexEntry(statefulBuffer.ReadInt(), statefulBuffer.ReadLong()));
 }