Interface RFile.InputArguments
- Enclosing class:
- RFile
public static interface RFile.InputArguments
This is an intermediate interface in a larger builder pattern. Supports setting the required
input sources for reading a RFile.
- Since:
- 1.8.0
-
Method Summary
Modifier and TypeMethodDescriptionSpecify RFiles to read from.from
(RFileSource... inputs) Specify RFiles to read from.
-
Method Details
-
from
Specify RFiles to read from. When multiple inputs are specified theScanner
constructed will present a merged view.- Parameters:
inputs
- one or more RFiles to read.- Returns:
- this
-
from
Specify RFiles to read from. When multiple are specified theScanner
constructed will present a merged view.- Parameters:
files
- one or more RFiles to read.- Returns:
- this
-