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 Details

    • from

      Specify RFiles to read from. When multiple inputs are specified the Scanner 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 the Scanner constructed will present a merged view.
      Parameters:
      files - one or more RFiles to read.
      Returns:
      this