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 SummaryModifier and TypeMethodDescriptionSpecify RFiles to read from.from(RFileSource... inputs) Specify RFiles to read from.
- 
Method Details- 
fromSpecify RFiles to read from. When multiple inputs are specified theScannerconstructed will present a merged view.- Parameters:
- inputs- one or more RFiles to read.
- Returns:
- this
 
- 
fromSpecify RFiles to read from. When multiple are specified theScannerconstructed will present a merged view.- Parameters:
- files- one or more RFiles to read.
- Returns:
- this
 
 
-