public interface Scanner extends AutoCloseable
Modifier and Type | Method and Description |
---|---|
void |
close()
Closes the scanner and releases any resources.
|
Row |
next()
Returns the next row or
null if the scanner is exhausted. |
void close()
close
in interface AutoCloseable
Copyright © 2020 Cask Data, Inc. Licensed under the Apache License, Version 2.0.