MCPcopy Create free account
hub / github.com/async-profiler/async-profiler / MapReader

Method MapReader

test/test/alloc/MapReader.java:23–25  ·  view source on GitHub ↗
(int size)

Source from the content-addressed store, hash-verified

21 private final byte[] input;
22
23 public MapReader(int size) throws IOException {
24 this.input = generate(size);
25 }
26
27 private static byte[] generate(int size) throws IOException {
28 ByteArrayOutputStream out = new ByteArrayOutputStream(size * 17);

Callers

nothing calls this directly

Calls 1

generateMethod · 0.95

Tested by

no test coverage detected