public class TestHelper
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
private |
TestHelper()
Stores the test helper.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
getUtfLen(java.lang.String str)
Calculates the size of an UTF encoded string as to be sent/read
by the data in/out streams.
|
public static final int getUtfLen(java.lang.String str)
str - the string the size should be counted for