(int... bytes)
| 84 | } |
| 85 | |
| 86 | private void blockData(int... bytes) throws IOException { |
| 87 | blockData(bytes, null, null); |
| 88 | } |
| 89 | |
| 90 | private void blockData(int[] bytes, byte[] bytes2, char[] chars) throws IOException { |
| 91 | int count = (bytes == null ? 0 : bytes.length) |
no test coverage detected