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

Method writeString

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

Write out given string as an ASTRING, depending on the type of the characters inside the string. The string should contain only ASCII characters. XXX: Hmm .. this should really be called writeASCII() @param s String to write out @return this

(String s)

Source from the content-addressed store, hash-verified

62 * @return this
63 */
64 public Argument writeString(String s) {
65 items.add(new AString(ASCIIUtility.getBytes(s)));
66 return this;
67 }
68
69 /**
70 * Convert the given string into bytes in the specified

Callers 15

doCommandMethod · 0.95
createLabelListMethod · 0.95
gmailRawSearchMethod · 0.95
headerMethod · 0.95
messageidMethod · 0.95
fromMethod · 0.95
recipientMethod · 0.95
subjectMethod · 0.95
bodyMethod · 0.95
loginMethod · 0.95
proxyauthMethod · 0.95
resyncArgsMethod · 0.95

Calls 3

getBytesMethod · 0.95
addMethod · 0.45
getBytesMethod · 0.45

Tested by

no test coverage detected