Returns true if an error was encountered during reading/decoding
()
| 356 | * Returns true if an error was encountered during reading/decoding |
| 357 | */ |
| 358 | private boolean err() { |
| 359 | return status != STATUS_OK; |
| 360 | } |
| 361 | |
| 362 | |
| 363 | /** |
no outgoing calls
no test coverage detected