예제 #1
0
 public ORecordId fromStream(final OMemoryStream iStream) {
   clusterId = iStream.getAsShort();
   clusterPosition =
       OClusterPositionFactory.INSTANCE.fromStream(
           iStream.getAsByteArrayFixed(OClusterPositionFactory.INSTANCE.getSerializedSize()));
   return this;
 }