(int size)
| 15 | public 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 { |
nothing calls this directly
no outgoing calls
no test coverage detected