public final class ByteFragmentUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static char |
ARRAY_ELEMENTS_SEPARATOR |
static char |
STRING_QUOTATION |
| Modifier and Type | Method and Description |
|---|---|
static Object |
parseArray(ByteFragment value,
Class elementClass) |
static int |
parseInt(ByteFragment s) |
static long |
parseLong(ByteFragment s) |
public static final char ARRAY_ELEMENTS_SEPARATOR
public static final char STRING_QUOTATION
public static int parseInt(ByteFragment s) throws NumberFormatException
NumberFormatExceptionpublic static long parseLong(ByteFragment s) throws NumberFormatException
NumberFormatExceptionpublic static Object parseArray(ByteFragment value, Class elementClass)
Copyright © 2016. All rights reserved.