(int[] ints)
| 36 | |
| 37 | results[0][i] = time("Buffered DataOutputStream", new IntWriter() { |
| 38 | public void write(int[] ints) { |
| 39 | storeBDO(ints); |
| 40 | } |
| 41 | }, ints); |
| 42 | |
| 43 | results[1][i] = time("DataOutputStream", new IntWriter() { |
nothing calls this directly
no test coverage detected