MCPcopy Create free account
hub / github.com/M66B/FairEmail / writeBytes

Method writeBytes

app/src/main/java/com/sun/mail/iap/Argument.java:166–169  ·  view source on GitHub ↗

Write out given byte[] as a Literal. @param b byte[] to write out @return this

(byte[] b)

Source from the content-addressed store, hash-verified

164 * @return this
165 */
166 public Argument writeBytes(byte[] b) {
167 items.add(b);
168 return this;
169 }
170
171 /**
172 * Write out given ByteArrayOutputStream as a Literal.

Callers 5

appenduidMethod · 0.95
writeMethod · 0.80
nstringMethod · 0.80
startLiteralMethod · 0.80
writeCommandMethod · 0.80

Calls 1

addMethod · 0.45

Tested by

no test coverage detected