MCPcopy Create free account
hub / github.com/cinit/TMoe / IoUtils

Method IoUtils

app/src/main/java/cc/ioctl/tmoe/util/IoUtils.java:19–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17public 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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected