![]() |
Method intValue()
Return type: int
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 | out.write(new Byte(ba[off++]).intValue()); |
| 2 | value = new Integer (((Byte) value).intValue ()); |
| 3 | return TclInteger.newInstance(((Byte) javaObj).intValue()); |
| 4 | tmpElem = ((Byte)element).intValue(); |