MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / write

Method write

vm/JavaAPI/src/java/io/Writer.java:63–65  ·  view source on GitHub ↗

Write an array of characters.

(char[] cbuf)

Source from the content-addressed store, hash-verified

61 * Write an array of characters.
62 */
63 public void write(char[] cbuf) throws java.io.IOException{
64 write(cbuf, 0, cbuf.length);
65 }
66
67 /**
68 * Write a portion of an array of characters.

Callers 3

buildRequestBodyMethod · 0.95
printMethod · 0.95
appendMethod · 0.95

Calls 2

lengthMethod · 0.65
getCharsMethod · 0.45

Tested by

no test coverage detected