MCPcopy
hub / github.com/google/gson / write

Method write

src/main/java/com/google/gson/Streams.java:161–164  ·  view source on GitHub ↗
(char[] chars, int offset, int length)

Source from the content-addressed store, hash-verified

159 }
160
161 @Override public void write(char[] chars, int offset, int length) throws IOException {
162 currentWrite.chars = chars;
163 appendable.append(currentWrite, offset, offset + length);
164 }
165
166 @Override public void write(int i) throws IOException {
167 appendable.append((char) i);

Callers 10

openMethod · 0.45
closeMethod · 0.45
nullValueMethod · 0.45
valueMethod · 0.45
stringMethod · 0.45
newlineMethod · 0.45
beforeNameMethod · 0.45

Calls 1

appendMethod · 0.80

Tested by 3