(Object o)
| 225 | } |
| 226 | |
| 227 | private byte[] toByteArray(Object o){ |
| 228 | if(o instanceof String){ |
| 229 | return Util.str2byte((String)o); |
| 230 | } |
| 231 | return (byte[])o; |
| 232 | } |
| 233 | |
| 234 | public void run(){ |
| 235 | //System.err.println(this+":run >"); |
no test coverage detected