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

Method put

lib/java/nio/CharBuffer.java:478–478  ·  view source on GitHub ↗

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

(char c)

Source from the content-addressed store, hash-verified

476 * if no changes may be made to the contents of this buffer.
477 */
478 public abstract CharBuffer put(char c);
479
480 /**
481 * Writes chars from the given char array to the current position and

Callers 2

appendMethod · 0.95
allocateMoreMethod · 0.95

Calls 4

remainingMethod · 0.80
getMethod · 0.65
lengthMethod · 0.65
charAtMethod · 0.65

Tested by

no test coverage detected