Returns true if an error was encountered during reading/decoding
()
| 396 | * Returns true if an error was encountered during reading/decoding |
| 397 | */ |
| 398 | protected boolean err() { |
| 399 | return status != STATUS_OK; |
| 400 | } |
| 401 | |
| 402 | /** |
| 403 | * Initializes or re-initializes reader |
no outgoing calls
no test coverage detected