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

Method write

app/src/main/java/com/sun/mail/pop3/AppendStream.java:43–46  ·  view source on GitHub ↗
(int b)

Source from the content-addressed store, hash-verified

41 }
42
43 @Override
44 public void write(int b) throws IOException {
45 raf.write(b);
46 }
47
48 @Override
49 public void write(byte[] b) throws IOException {

Callers 3

writeToMethod · 0.45
retrMethod · 0.45
readMultilineResponseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected