- All Superinterfaces:
AutoCloseable
- All Known Implementing Classes:
NativeDataset
A container of Fragments which are the internal iterable unit of read data.
-
Method Summary
Modifier and TypeMethodDescriptionnewScan
(ScanOptions options) Create a new Scanner using the provided scan options.Methods inherited from interface java.lang.AutoCloseable
close
-
Method Details
-
newScan
Create a new Scanner using the provided scan options.- Parameters:
options
- options used during creating Scanner- Returns:
- the Scanner instance
-