Constructor Byte(String s)
Member of: java.lang.Byte
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 return new Byte(getProperty(WHEN_EXHAUSTED_ACTION)).byteValue();
2 bytes[i] = new Byte((String)list.get(i)).byteValue();
3 setValue(new Byte(txt));
4 return new Byte(txt);
5 return new Byte((String)value);
6 return new java.lang.Byte(value);
7 return new Byte((String) object);
8 return new Byte(s);
9 else if(lclassObject == Byte.TYPE) {lfieldField.setByte(lObject,(new Byte(lobjectValue.toString())).byteValue());}
10 args[0] = new Byte(value);
11 assertEquals(new Byte("1"),jocl.getValue(1));
12 b = new Byte((String) value);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.