Returns boolean indicating if scanner is in reversed direction
()
| 213 | * Returns boolean indicating if scanner is in reversed direction |
| 214 | */ |
| 215 | public boolean isReversed(){ |
| 216 | return is_reversed; |
| 217 | } |
| 218 | |
| 219 | /** |
| 220 | * Specifies if the scan will be in reverse or not |