Home
last modified time | relevance | path

Searched defs:parseByte (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/lang/
DByte.java194 public static byte parseByte(String string) throws NumberFormatException { in parseByte() method in Byte
213 public static byte parseByte(String string, int radix) throws NumberFormatException { in parseByte() method in Byte