MCPcopy Index your code
hub / github.com/davidgiven/luje / get

Method get

lib/java/nio/ByteBuffer.java:379–379  ·  view source on GitHub ↗

Returns the byte at the current position and increases the position by 1. @return the byte at the current position. @exception BufferUnderflowException if the position is equal or greater than limit.

()

Source from the content-addressed store, hash-verified

377 * if the position is equal or greater than limit.
378 */
379 public abstract byte get();
380
381 /**
382 * Reads bytes from the current position into the specified byte array and

Callers 4

getBytesMethod · 0.95
compareToMethod · 0.95
equalsMethod · 0.95
hashCodeMethod · 0.95

Calls 1

remainingMethod · 0.80

Tested by

no test coverage detected