299300301302303304305306307308309
} try { beginResponse(network); iRid.clusterPosition = network.readLong(); return iRid.clusterPosition; } finally { endResponse(network); }
456457458459460461462463464465466
endRequest(network); } try { beginResponse(network); return new long[] { network.readLong(), network.readLong() }; } finally { endResponse(network); } } catch (OException e) {
487488489490491492493494495496497
endRequest(network); } try { beginResponse(network); return network.readLong(); } finally { endResponse(network); } } catch (OException e) { // PASS THROUGH
518519520521522523524525526527528
551552553554555556557558559560561
583584585586587588589590591592593
215216217218219220221222223224225
362363364365366367368369370371372