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