public class TestUtils
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
private |
TestUtils()
Prevents this class from being instantiated from outside.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
read(java.io.InputStream in)
Reads the input stream and returns the number of input bytes.
|