MCPcopy Create free account
hub / github.com/DeNA/PacketProxy / remaining

Method remaining

src/main/java/core/org/xbill/DNS/DNSInput.java:53–56  ·  view source on GitHub ↗

Returns the number of bytes that can be read from this stream before reaching the end.

()

Source from the content-addressed store, hash-verified

51 * reaching the end.
52 */
53public int
54remaining() {
55 return byteBuffer.remaining();
56}
57
58private void
59require(int n) throws WireParseException{

Callers 15

requireMethod · 0.95
readByteArrayMethod · 0.95
fromWireMethod · 0.95
fromWireMethod · 0.95
fromWireMethod · 0.95
fromWireMethod · 0.95
fromWireMethod · 0.95
smokeMethod · 0.80
runMethod · 0.80
parseMethod · 0.80
getBytesMethod · 0.80

Calls

no outgoing calls

Tested by 2

smokeMethod · 0.64