()
| 17 | public class IoUtils { |
| 18 | |
| 19 | private IoUtils() { |
| 20 | throw new AssertionError("No instances"); |
| 21 | } |
| 22 | |
| 23 | /** |
| 24 | * Reads all bytes from an input stream and returns them as a byte array. |
nothing calls this directly
no outgoing calls
no test coverage detected