Interface RFile.OutputArguments
- Enclosing class:
- RFile
public static interface RFile.OutputArguments
This is an intermediate interface in a larger builder pattern. Supports setting the required
output sink to write a RFile to. The filename parameter requires the ".rf" extension.
- Since:
- 1.8.0
-
Method Summary
-
Method Details
-
to
- Parameters:
filename
- name of file to write RFile data, ending with the ".rf" extension- Returns:
- this
-
to
- Parameters:
out
- output stream to write RFile data- Returns:
- this
-