9899100101102103104105106107108
boolean endOfUids = false; while (!endOfUids) { // extract a uid theUid.unpack(uids); if (theUid.equals(Uid.nullUid())) endOfUids = true; else {
776777778779780781782783784785786
/* */ /* 1116 */ for (int i = 0; (i < count) && (cleanLoad); i++) /* */ { /* */ try /* */ { /* 1120 */ u.unpack(S); /* 1121 */ current = new Lock(u); /* */ /* 1123 */ if (current != null) /* */ { /* 1125 */ if (current.restore_state(S, 1))
212213214215216217218219220221222
/* */ { /* 311 */ Uid theUid = new Uid(Uid.nullUid()); /* */ /* 313 */ while (!endOfUids) /* */ { /* 316 */ theUid.unpack(uids); /* */ /* 318 */ if (theUid.equals(Uid.nullUid())) /* */ { /* 320 */ endOfUids = true; continue; /* */ }
4950515253545556575859
/* */ /* 90 */ imple.allObjUids(type, buff, 2); /* */ /* 92 */ Uid u = new Uid(Uid.nullUid()); /* */ /* 94 */ u.unpack(buff); /* */ /* 96 */ System.out.println("got " + u); /* */ } /* */ catch (Exception e) /* */ {
2526272829303132333435
/* 67 */ Uid newUid = null; /* */ try /* */ { /* 71 */ newUid = new Uid(Uid.nullUid()); /* */ /* 73 */ newUid.unpack(this.uidList); /* */ } /* */ catch (IOException e) /* */ { /* */ } /* */
115116117118119120121122123124125
/* */ /* 188 */ while (moreUids) /* */ { /* */ try /* */ { /* 192 */ theUid.unpack(uids); /* */ /* 194 */ if (theUid.equals(Uid.nullUid())) /* */ { /* 196 */ moreUids = false; /* */ }
7576777879808182838485
/* */ { /* 115 */ boolean endOfUids = false; /* */ /* 117 */ while (!endOfUids) /* */ { /* 119 */ theUid.unpack(uids); /* */ /* 121 */ if (theUid.equals(Uid.nullUid())) { /* 122 */ endOfUids = true; continue; /* */ } /* */
8081828384858687888990
/* */ { /* 122 */ boolean endOfUids = false; /* */ /* 124 */ while (!endOfUids) /* */ { /* 126 */ theUid.unpack(uids); /* */ /* 128 */ if (theUid.equals(Uid.nullUid())) { /* 129 */ endOfUids = true; continue; /* */ } /* */
189190191192193194195196197198199
/* 284 */ boolean first = true; /* 285 */ boolean haveUids = false; /* */ /* 287 */ while (!endOfUids) /* */ { /* 289 */ theUid.unpack(uids); /* */ /* 291 */ if (theUid.equals(Uid.nullUid())) /* */ { /* 293 */ if (!haveUids) /* */ {
387388389390391392393394395396397
/* */ { /* 490 */ boolean endOfUids = false; /* */ /* 492 */ while (!endOfUids) /* */ { /* 494 */ theUid.unpack(uids); /* */ /* 496 */ if (theUid.equals(Uid.nullUid())) { /* 497 */ endOfUids = true; continue; /* */ } /* */