Interface RFile.OutputArguments
-
- Enclosing class:
- RFile
public static interface RFile.OutputArgumentsThis is an intermediate interface in a larger builder pattern. Supports setting the required output sink to write a RFile to.- Since:
- 1.8.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RFile.WriterOptionsto(OutputStream out)RFile.WriterFSOptionsto(String filename)
-
-
-
Method Detail
-
to
RFile.WriterFSOptions to(String filename)
- Parameters:
filename- name of file to write RFile data- Returns:
- this
-
to
RFile.WriterOptions to(OutputStream out)
- Parameters:
out- output stream to write RFile data- Returns:
- this
-
-