Searched refs:endingTag (Results 1 – 4 of 4) sorted by relevance
301 public int nextTag(int endingTag) throws IOException { in nextTag() argument303 endTag = endingTag &= Tags.PAGE_MASK; in nextTag()
507 public void addData (Message msg, int endingTag) throws IOException {511 while (nextTag(endingTag) != END) {
300 public int nextTag(int endingTag) throws IOException { in nextTag() argument