MCPcopy Create free account
hub / github.com/davidgiven/luje / toString

Method toString

lib/java/io/ByteArrayOutputStream.java:137–140  ·  view source on GitHub ↗

Returns the contents of this ByteArrayOutputStream as a string. Any changes made to the receiver after returning will not be reflected in the string returned to the caller. @return this stream's current contents as a string.

()

Source from the content-addressed store, hash-verified

135 */
136
137 @Override
138 public String toString() {
139 return new String(buf, 0, count);
140 }
141
142 /**
143 * Returns the contents of this ByteArrayOutputStream as a string. Each byte

Callers 2

decodeMethod · 0.95
decodeMethod · 0.95

Calls 1

sizeMethod · 0.95

Tested by

no test coverage detected