MCPcopy Create free account
hub / github.com/ReadyTalk/avian / writeChars

Method writeChars

classpath/java/io/ObjectOutputStream.java:155–157  ·  view source on GitHub ↗
(String s)

Source from the content-addressed store, hash-verified

153 }
154
155 public void writeChars(String s) throws IOException {
156 blockData(null, null, s.toCharArray());
157 }
158
159 public void writeUTF(String s) throws IOException {
160 byte[] bytes = s.getBytes();

Callers

nothing calls this directly

Calls 2

blockDataMethod · 0.95
toCharArrayMethod · 0.80

Tested by

no test coverage detected