MCPcopy Create free account
hub / github.com/davidgiven/luje / position

Method position

lib/java/nio/Buffer.java:209–211  ·  view source on GitHub ↗

Returns the position of this buffer. @return the value of this buffer's current position.

()

Source from the content-addressed store, hash-verified

207 * @return the value of this buffer's current position.
208 */
209 public final int position() {
210 return position;
211 }
212
213 /**
214 * Sets the position of this buffer.

Callers 15

decodeLoopMethod · 0.80
encodeLoopMethod · 0.80
decodeNotHasArrayMethod · 0.80
decodeHasArrayMethod · 0.80
encodeHasArrayMethod · 0.80
encodeNotHasArrayMethod · 0.80
flushMethod · 0.80
compactMethod · 0.80
sliceMethod · 0.80
toStringMethod · 0.80
copyMethod · 0.80
copyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected