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

Method MapReaderOpt

test/test/alloc/MapReaderOpt.java:17–19  ·  view source on GitHub ↗
(int size)

Source from the content-addressed store, hash-verified

15public class MapReaderOpt extends MapReader {
16
17 public MapReaderOpt(int size) throws IOException {
18 super(size);
19 }
20
21 @Override
22 public Map<String, Long> readMap(InputStream in) throws IOException {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected