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

Method put

lib/java/nio/ShortBuffer.java:401–401  ·  view source on GitHub ↗

Writes the given short to the current position and increases the position by 1. @param s the short to write. @return this buffer. @exception BufferOverflowException if position is equal or greater than limit. @exception ReadOnlyBufferException if no changes

(short s)

Source from the content-addressed store, hash-verified

399 * if no changes may be made to the contents of this buffer.
400 */
401 public abstract ShortBuffer put(short s);
402
403 /**
404 * Writes shorts from the given short array to the current position and

Callers

nothing calls this directly

Calls 2

remainingMethod · 0.80
getMethod · 0.65

Tested by

no test coverage detected