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

Method limit

lib/java/nio/Buffer.java:159–161  ·  view source on GitHub ↗

Returns the limit of this buffer. @return the limit of this buffer.

()

Source from the content-addressed store, hash-verified

157 * @return the limit of this buffer.
158 */
159 public final int limit() {
160 return limit;
161 }
162
163 /**
164 * Sets the limit of this buffer.

Callers 15

decodeLoopMethod · 0.80
encodeLoopMethod · 0.80
decodeNotHasArrayMethod · 0.80
decodeHasArrayMethod · 0.80
encodeHasArrayMethod · 0.80
encodeNotHasArrayMethod · 0.80
getBytesMethod · 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