Searched defs:nextByte (Results 1 - 3 of 3) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/replication/protocol/
H A DByteArrayScanner.java76 return nextByte() != 0;
86 public byte nextByte() throws DataFormatException method in class:ByteArrayScanner
237 final int colSize = nextByte();
/forgerock/opendj2-hg/src/server/org/opends/server/replication/protocol/
H A DByteArrayScanner.java76 return nextByte() != 0;
86 public byte nextByte() throws DataFormatException method in class:ByteArrayScanner
237 final int colSize = nextByte();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/protocol/
H A DByteArrayScanner.java76 return nextByte() != 0;
86 public byte nextByte() throws DataFormatException method in class:ByteArrayScanner
237 final int colSize = nextByte();

Completed in 42 milliseconds