public class Utils
extends java.lang.Object
Constructor and Description |
---|
Utils() |
Modifier and Type | Method and Description |
---|---|
static int |
parseInt(java.lang.String str,
int defaultValue)
Преобразует строку в целое число, и, в случае ошибки, возвращает значение по умолчанию.
|
static byte[] |
readByBlock(java.io.InputStream input)
Возвращает массив байтов, полученных поблочным чтением входного потока.
|
public static byte[] readByBlock(java.io.InputStream input) throws java.io.IOException
input
- входной потокjava.io.IOException
public static int parseInt(java.lang.String str, int defaultValue)
str
- строкаdefaultValue
- значение по умолчанию