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

Method size

lib/java/io/ByteArrayOutputStream.java:112–114  ·  view source on GitHub ↗

Returns the total number of bytes written to this stream so far. @return the number of bytes written to this stream.

()

Source from the content-addressed store, hash-verified

110 * @return the number of bytes written to this stream.
111 */
112 public int size() {
113 return count;
114 }
115
116 /**
117 * Returns the contents of this ByteArrayOutputStream as a byte array. Any

Callers 1

toStringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected